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