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