aboutsummaryrefslogtreecommitdiff
path: root/binary/cyclic/cyclic.go
AgeCommit message (Expand)Author
2015-07-02Replace the binary/pod package with binary/any.Ben Clayton
2015-06-30Add POD support to Encoder and Decoder methods.Ben Clayton
2015-06-25Change schema struct decoding to use the same id namespace as it's decoderIan Cottrell
2015-04-13Add the namespace concept to the binary registry, and allow decoders to use i...Ian Cottrell
2015-04-02Move to binary.Class based systemIan Cottrell
2015-03-31SkipObject and SkipVariant return the type id of the object they skipped.Ian Cottrell
2015-03-31Enhance Encoder/Decoder to support Variant ID and Value types and SkipIan Cottrell
2015-03-29Handle multi package directories and test files in codergenIan Cottrell
2015-03-20Split the variable size integer writer from the object hierarchy encoderIan Cottrell