Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBinary ¶
func DecodeBinary(data []byte, a io.Serializable) error
DecodeBinary deserializes a from a byte slice.
func EncodeBinary ¶
func EncodeBinary(a io.Serializable) ([]byte, error)
EncodeBinary serializes a to a byte slice.
func EncodeDecodeBinary ¶
func EncodeDecodeBinary(t *testing.T, expected, actual io.Serializable)
EncodeDecodeBinary checks if expected stays the same after serializing/deserializing via io.Serializable methods.
func MarshalUnmarshalJSON ¶
MarshalUnmarshalJSON checks if expected stays the same after marshal/unmarshal via JSON.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.