Documentation
¶
Overview ¶
Package serde provides functions for serializing and deserializing binary data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Field ¶
type Field struct {
Offset uint32
Length uint32
Contents *[]byte
SerializerFunc FieldSerializerFunc
DeserializerFunc FieldDeserializerFunc
}
Field represents a field in a datastructure.
type FieldDeserializerFunc ¶
FieldDeserializerFunc is the func signature for serialization.
type FieldSerializerFunc ¶
FieldSerializerFunc is the func signature for deserialization.
Click to show internal directories.
Click to hide internal directories.