Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteReader ¶
type ByteWriter ¶
type NestedRecord ¶
func DeserializeNestedRecord ¶
func DeserializeNestedRecord(r io.Reader) (*NestedRecord, error)
type NestedTestRecord ¶
type NestedTestRecord struct { NumberField *NumberRecord OtherField *NestedRecord }
func DeserializeNestedTestRecord ¶
func DeserializeNestedTestRecord(r io.Reader) (*NestedTestRecord, error)
type NumberRecord ¶
func DeserializeNumberRecord ¶
func DeserializeNumberRecord(r io.Reader) (*NumberRecord, error)
type StringWriter ¶
Click to show internal directories.
Click to hide internal directories.