Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GoccyImplementation ¶ added in v1.4.3
type GoccyImplementation struct{}
func (GoccyImplementation) Marshal ¶ added in v1.4.3
func (s GoccyImplementation) Marshal(v any) ([]byte, error)
func (GoccyImplementation) Unmarshal ¶ added in v1.4.3
func (s GoccyImplementation) Unmarshal(data []byte, v any) error
func (GoccyImplementation) Valid ¶ added in v1.4.3
func (s GoccyImplementation) Valid(data []byte) bool
type Implementation ¶ added in v1.4.3
type SonicImplementation ¶ added in v1.4.3
type SonicImplementation struct{}
func (SonicImplementation) Marshal ¶ added in v1.4.3
func (s SonicImplementation) Marshal(v any) ([]byte, error)
func (SonicImplementation) Unmarshal ¶ added in v1.4.3
func (s SonicImplementation) Unmarshal(data []byte, v any) error
func (SonicImplementation) Valid ¶ added in v1.4.3
func (s SonicImplementation) Valid(data []byte) bool
type StandardImplementation ¶ added in v1.4.3
type StandardImplementation struct{}
func (StandardImplementation) Marshal ¶ added in v1.4.3
func (s StandardImplementation) Marshal(v any) ([]byte, error)
func (StandardImplementation) Unmarshal ¶ added in v1.4.3
func (s StandardImplementation) Unmarshal(data []byte, v any) error
func (StandardImplementation) Valid ¶ added in v1.4.3
func (s StandardImplementation) Valid(data []byte) bool
Click to show internal directories.
Click to hide internal directories.