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