distribution/reference
Derek McGowan bcda04d6cd Add field type for serialization
Since reference itself may be represented by multiple types which implement the reference inteface, serialization can lead to ambiguous type which cannot be deserialized.
Field wraps the reference object to ensure that the correct type is always deserialized, requiring an extra unwrap of the reference after deserialization.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-10-09 16:05:49 -07:00
..
reference.go Add field type for serialization 2015-10-09 16:05:49 -07:00
reference_test.go Add field type for serialization 2015-10-09 16:05:49 -07:00
regexp.go Update to provide small and clear interfaces 2015-10-09 16:05:49 -07:00
regexp_test.go Update to provide small and clear interfaces 2015-10-09 16:05:49 -07:00