Skip to content

Commit

Permalink
Updates for v0.7 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
TotalVerb authored Feb 25, 2018
1 parent 659c5eb commit fa23bae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/Serializations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ JSON writer serialization contexts.
This module defines the `Serialization` abstract type and several concrete
implementations, as they relate to JSON.
"""

module Serializations

using ..Common
Expand Down
1 change: 1 addition & 0 deletions src/Writer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ struct CompositeTypeWrapper{T}
fns::Vector{Symbol}
end

CompositeTypeWrapper(x, syms) = CompositeTypeWrapper(x, collect(syms))
CompositeTypeWrapper(x) = CompositeTypeWrapper(x, fieldnames(typeof(x)))

"""
Expand Down

0 comments on commit fa23bae

Please sign in to comment.