aboutsummaryrefslogtreecommitdiff
path: root/binary/decoder.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-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-20Split the variable size integer writer from the object hierarchy encoderIan Cottrell
2015-03-10New variable length integer encoded formatIan Cottrell
2015-03-05Split protocol coders from binary codersIan Cottrell
2015-02-17TypeID -> ID and make it more genericIan Cottrell
2015-01-15Add methods for getting TypeId and getting object from TypeIdAnton Carver
2015-01-05Remove namespace concept, and switch to sha1 compatible object type identifiers.Ian Cottrell
2014-12-10Initial drop of the binary package.Ben Clayton