Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteWriter ¶
type ComplexUnionTestRecord ¶
type ComplexUnionTestRecord struct {
UnionField UnionNullArrayIntMapIntNestedUnionRecord
}
func DeserializeComplexUnionTestRecord ¶
func DeserializeComplexUnionTestRecord(r io.Reader) (*ComplexUnionTestRecord, error)
type NestedUnionRecord ¶
type NestedUnionRecord struct {
IntField int32
}
func DeserializeNestedUnionRecord ¶
func DeserializeNestedUnionRecord(r io.Reader) (*NestedUnionRecord, error)
type StringWriter ¶
type UnionNullArrayIntMapIntNestedUnionRecord ¶
type UnionNullArrayIntMapIntNestedUnionRecord struct { Null interface{} ArrayInt []int32 MapInt map[string]int32 NestedUnionRecord *NestedUnionRecord UnionType UnionNullArrayIntMapIntNestedUnionRecordTypeEnum }
type UnionNullArrayIntMapIntNestedUnionRecordTypeEnum ¶
type UnionNullArrayIntMapIntNestedUnionRecordTypeEnum int
const ( UnionNullArrayIntMapIntNestedUnionRecordTypeEnumNull UnionNullArrayIntMapIntNestedUnionRecordTypeEnum = 0 UnionNullArrayIntMapIntNestedUnionRecordTypeEnumArrayInt UnionNullArrayIntMapIntNestedUnionRecordTypeEnum = 1 UnionNullArrayIntMapIntNestedUnionRecordTypeEnumMapInt UnionNullArrayIntMapIntNestedUnionRecordTypeEnum = 2 UnionNullArrayIntMapIntNestedUnionRecordTypeEnumNestedUnionRecord UnionNullArrayIntMapIntNestedUnionRecordTypeEnum = 3 )
Click to show internal directories.
Click to hide internal directories.