Documentation ¶
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.