Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrayTestRecord ¶
type ArrayTestRecord struct { IntField []int32 LongField []int64 DoubleField []float64 StringField []string FloatField []float32 BoolField []bool BytesField [][]byte }
func DeserializeArrayTestRecord ¶
func DeserializeArrayTestRecord(r io.Reader) (*ArrayTestRecord, error)
type ByteReader ¶
type ByteWriter ¶
type StringWriter ¶
Click to show internal directories.
Click to hide internal directories.