package
0.108.1
Repository: https://github.com/nspcc-dev/neo-go.git
Documentation: pkg.go.dev

# 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.