type Bytes []byte
func (this Bytes) MarshalJSON() ([]byte, error)
func (this *Bytes) UnmarshalJSON(data []byte) error
type MyFloat32Type float32
type MyFloat64Type float64
type MyInt32Type int32
type MyMapType map[string]uint64
type MyStringType string
type MyUint64Type uint64