Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type MyTwoDicts
- func (item *MyTwoDicts) MarshalJSON() ([]byte, error)
- func (item *MyTwoDicts) Read(w []byte) (_ []byte, err error)
- func (item *MyTwoDicts) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *MyTwoDicts) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *MyTwoDicts) Reset()
- func (item MyTwoDicts) String() string
- func (MyTwoDicts) TLName() string
- func (MyTwoDicts) TLTag() uint32
- func (item *MyTwoDicts) UnmarshalJSON(b []byte) error
- func (item *MyTwoDicts) Write(w []byte) []byte
- func (item *MyTwoDicts) WriteBoxed(w []byte) []byte
- func (item *MyTwoDicts) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *MyTwoDicts) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *MyTwoDicts) WriteJSON(w []byte) []byte
- func (item *MyTwoDicts) WriteJSONGeneral(w []byte) (_ []byte, err error)
- func (item *MyTwoDicts) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyTwoDicts ¶
func (*MyTwoDicts) MarshalJSON ¶
func (item *MyTwoDicts) MarshalJSON() ([]byte, error)
func (*MyTwoDicts) ReadJSON ¶
func (item *MyTwoDicts) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*MyTwoDicts) Reset ¶
func (item *MyTwoDicts) Reset()
func (MyTwoDicts) String ¶
func (item MyTwoDicts) String() string
func (MyTwoDicts) TLName ¶
func (MyTwoDicts) TLName() string
func (MyTwoDicts) TLTag ¶
func (MyTwoDicts) TLTag() uint32
func (*MyTwoDicts) UnmarshalJSON ¶
func (item *MyTwoDicts) UnmarshalJSON(b []byte) error
func (*MyTwoDicts) Write ¶
func (item *MyTwoDicts) Write(w []byte) []byte
func (*MyTwoDicts) WriteBoxed ¶
func (item *MyTwoDicts) WriteBoxed(w []byte) []byte
func (*MyTwoDicts) WriteBoxedGeneral ¶
func (item *MyTwoDicts) WriteBoxedGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*MyTwoDicts) WriteGeneral ¶
func (item *MyTwoDicts) WriteGeneral(w []byte) (_ []byte, err error)
This method is general version of Write, use it instead!
func (*MyTwoDicts) WriteJSON ¶
func (item *MyTwoDicts) WriteJSON(w []byte) []byte
func (*MyTwoDicts) WriteJSONGeneral ¶
func (item *MyTwoDicts) WriteJSONGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*MyTwoDicts) WriteJSONOpt ¶
func (item *MyTwoDicts) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
Click to show internal directories.
Click to hide internal directories.