Documentation
¶
Overview ¶
Code generated by tl2gen; DO NOT EDIT.
Index ¶
- type MyBoxedVectorSlice
- func (item *MyBoxedVectorSlice) MarshalJSON() ([]byte, error)
- func (item *MyBoxedVectorSlice) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *MyBoxedVectorSlice) ReadJSONGeneral(tctx *basictl.JSONReadContext, in *basictl.JsonLexer) error
- func (item *MyBoxedVectorSlice) ReadTL1(w []byte) (_ []byte, err error)
- func (item *MyBoxedVectorSlice) ReadTL1Boxed(w []byte) (_ []byte, err 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) WriteJSON(w []byte) []byte
- func (item *MyBoxedVectorSlice) WriteJSONGeneral(tctx *basictl.JSONWriteContext, w []byte) (_ []byte, err error)
- func (item *MyBoxedVectorSlice) WriteJSONOpt(tctx *basictl.JSONWriteContext, w []byte) []byte
- func (item *MyBoxedVectorSlice) WriteTL1(w []byte) []byte
- func (item *MyBoxedVectorSlice) WriteTL1Boxed(w []byte) []byte
- func (item *MyBoxedVectorSlice) WriteTL1BoxedGeneral(w []byte) (_ []byte, err error)
- func (item *MyBoxedVectorSlice) WriteTL1General(w []byte) (_ []byte, err error)
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) ReadJSON ¶
func (item *MyBoxedVectorSlice) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*MyBoxedVectorSlice) ReadJSONGeneral ¶
func (item *MyBoxedVectorSlice) ReadJSONGeneral(tctx *basictl.JSONReadContext, in *basictl.JsonLexer) error
func (*MyBoxedVectorSlice) ReadTL1 ¶
func (item *MyBoxedVectorSlice) ReadTL1(w []byte) (_ []byte, err error)
func (*MyBoxedVectorSlice) ReadTL1Boxed ¶
func (item *MyBoxedVectorSlice) ReadTL1Boxed(w []byte) (_ []byte, err 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) WriteJSON ¶
func (item *MyBoxedVectorSlice) WriteJSON(w []byte) []byte
func (*MyBoxedVectorSlice) WriteJSONGeneral ¶
func (item *MyBoxedVectorSlice) WriteJSONGeneral(tctx *basictl.JSONWriteContext, w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*MyBoxedVectorSlice) WriteJSONOpt ¶
func (item *MyBoxedVectorSlice) WriteJSONOpt(tctx *basictl.JSONWriteContext, w []byte) []byte
func (*MyBoxedVectorSlice) WriteTL1 ¶
func (item *MyBoxedVectorSlice) WriteTL1(w []byte) []byte
func (*MyBoxedVectorSlice) WriteTL1Boxed ¶
func (item *MyBoxedVectorSlice) WriteTL1Boxed(w []byte) []byte
func (*MyBoxedVectorSlice) WriteTL1BoxedGeneral ¶
func (item *MyBoxedVectorSlice) WriteTL1BoxedGeneral(w []byte) (_ []byte, err error)
func (*MyBoxedVectorSlice) WriteTL1General ¶
func (item *MyBoxedVectorSlice) WriteTL1General(w []byte) (_ []byte, err error)
Click to show internal directories.
Click to hide internal directories.