# Functions
Decode deserializes a from a byte slice.
DecodeBinary deserializes a from a byte slice.
Encode serializes a to a byte slice.
EncodeBinary serializes a to a byte slice.
EncodeDecode checks if the expected stays the same after serializing/deserializing via encodable methods.
EncodeDecodeBinary checks if the expected stays the same after serializing/deserializing via io.Serializable methods.
MarshalUnmarshalJSON checks if the expected stays the same after marshal/unmarshal via JSON.
MarshalUnmarshalYAML checks if the expected stays the same after marshal/unmarshal via YAML.
ToFromStackItem checks if the expected stays the same after converting to/from StackItem.