Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PbTestObject ¶
type PbTestObject struct { Field1 string Field2 string Field3 string Field4 string Field5 string Field6 string Field7 string Field8 string Field9 string Field10 string }
func (PbTestObject) MarshalEasyJSON ¶
func (v PbTestObject) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (*PbTestObject) UnmarshalEasyJSON ¶
func (v *PbTestObject) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*PbTestObject) UnmarshalJSON ¶
func (v *PbTestObject) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.