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