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