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