Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type MyInt64
- func (item *MyInt64) FillRandom(rg *basictl.RandGenerator)
- func (item *MyInt64) MarshalJSON() ([]byte, error)
- func (item *MyInt64) Read(w []byte) (_ []byte, err error)
- func (item *MyInt64) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *MyInt64) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *MyInt64) Reset()
- func (item MyInt64) String() string
- func (MyInt64) TLName() string
- func (MyInt64) TLTag() uint32
- func (item *MyInt64) UnmarshalJSON(b []byte) error
- func (item *MyInt64) Write(w []byte) []byte
- func (item *MyInt64) WriteBoxed(w []byte) []byte
- func (item *MyInt64) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *MyInt64) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *MyInt64) WriteJSON(w []byte) []byte
- func (item *MyInt64) WriteJSONGeneral(w []byte) (_ []byte, err error)
- func (item *MyInt64) 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 MyInt64 ¶
func (*MyInt64) FillRandom ¶
func (item *MyInt64) FillRandom(rg *basictl.RandGenerator)
func (*MyInt64) MarshalJSON ¶
func (*MyInt64) UnmarshalJSON ¶
func (*MyInt64) WriteBoxed ¶
func (*MyInt64) WriteBoxedGeneral ¶
This method is general version of WriteBoxed, use it instead!
func (*MyInt64) WriteGeneral ¶
This method is general version of Write, use it instead!
func (*MyInt64) WriteJSONGeneral ¶
This method is general version of WriteJSON, use it instead!
Click to show internal directories.
Click to hide internal directories.