Documentation
¶
Overview ¶
Code generated by tl2gen; DO NOT EDIT.
Index ¶
- type MyBoxedArray
- func (item *MyBoxedArray) MarshalJSON() ([]byte, error)
- func (item *MyBoxedArray) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *MyBoxedArray) ReadJSONGeneral(jctx *basictl.JSONReadContext, in *basictl.JsonLexer) error
- func (item *MyBoxedArray) ReadTL1(w []byte) (_ []byte, err error)
- func (item *MyBoxedArray) ReadTL1Boxed(w []byte) (_ []byte, err error)
- func (item *MyBoxedArray) Reset()
- func (item MyBoxedArray) String() string
- func (MyBoxedArray) TLName() string
- func (MyBoxedArray) TLTag() uint32
- func (item *MyBoxedArray) UnmarshalJSON(b []byte) error
- func (item *MyBoxedArray) WriteJSON(w []byte) []byte
- func (item *MyBoxedArray) WriteJSONGeneral(jctx *basictl.JSONWriteContext, w []byte) (_ []byte, err error)
- func (item *MyBoxedArray) WriteJSONOpt(jctx *basictl.JSONWriteContext, w []byte) []byte
- func (item *MyBoxedArray) WriteTL1(w []byte) []byte
- func (item *MyBoxedArray) WriteTL1Boxed(w []byte) []byte
- func (item *MyBoxedArray) WriteTL1BoxedGeneral(w []byte) (_ []byte, err error)
- func (item *MyBoxedArray) WriteTL1General(w []byte) (_ []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyBoxedArray ¶
type MyBoxedArray struct {
Data [2]int32
}
func (*MyBoxedArray) MarshalJSON ¶
func (item *MyBoxedArray) MarshalJSON() ([]byte, error)
func (*MyBoxedArray) ReadJSON ¶
func (item *MyBoxedArray) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*MyBoxedArray) ReadJSONGeneral ¶
func (item *MyBoxedArray) ReadJSONGeneral(jctx *basictl.JSONReadContext, in *basictl.JsonLexer) error
func (*MyBoxedArray) ReadTL1Boxed ¶
func (item *MyBoxedArray) ReadTL1Boxed(w []byte) (_ []byte, err error)
func (*MyBoxedArray) Reset ¶
func (item *MyBoxedArray) Reset()
func (MyBoxedArray) String ¶
func (item MyBoxedArray) String() string
func (MyBoxedArray) TLName ¶
func (MyBoxedArray) TLName() string
func (MyBoxedArray) TLTag ¶
func (MyBoxedArray) TLTag() uint32
func (*MyBoxedArray) UnmarshalJSON ¶
func (item *MyBoxedArray) UnmarshalJSON(b []byte) error
func (*MyBoxedArray) WriteJSON ¶
func (item *MyBoxedArray) WriteJSON(w []byte) []byte
func (*MyBoxedArray) WriteJSONGeneral ¶
func (item *MyBoxedArray) WriteJSONGeneral(jctx *basictl.JSONWriteContext, w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*MyBoxedArray) WriteJSONOpt ¶
func (item *MyBoxedArray) WriteJSONOpt(jctx *basictl.JSONWriteContext, w []byte) []byte
func (*MyBoxedArray) WriteTL1 ¶
func (item *MyBoxedArray) WriteTL1(w []byte) []byte
func (*MyBoxedArray) WriteTL1Boxed ¶
func (item *MyBoxedArray) WriteTL1Boxed(w []byte) []byte
func (*MyBoxedArray) WriteTL1BoxedGeneral ¶
func (item *MyBoxedArray) WriteTL1BoxedGeneral(w []byte) (_ []byte, err error)
func (*MyBoxedArray) WriteTL1General ¶
func (item *MyBoxedArray) WriteTL1General(w []byte) (_ []byte, err error)
Click to show internal directories.
Click to hide internal directories.