Documentation
¶
Overview ¶
Utils for JSON and binary serialize/deserialize functions for Thrift structures
Index ¶
- func BinaryDeserialize(targetStruct thrift.TStruct, sourceBytes []byte) (err error)
- func BinarySerialize(sourceStruct thrift.TStruct) (b []byte, err error)
- func JsonDeserialize(targetStruct thrift.TStruct, sourceBytes []byte) (err error)
- func JsonSerialize(sourceStruct thrift.TStruct) (b []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BinaryDeserialize ¶
Binary behavior
func JsonDeserialize ¶
Json behavior
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.