serialization

package
v1.19.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2024 License: MIT Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ERROR_NON_POINTER_SERIALIZATION_FAILED   = errors.New("non_pointer_serialization_failed")
	ERROR_NON_POINTER_DESERIALIZATION_FAILED = errors.New("non_pointer_deserialization_failed")
	ERROR_PROTO_SERIALIZATION_FAILED         = errors.New("proto_serialization_failed")
	ERROR_PROTO_DESERIALIZATION_FAILED       = errors.New("proto_deserialization_failed")
	ERROR_JSON_SERIALIZATION_FAILED          = errors.New("json_serialization_failed")
	ERROR_JSON_DESERIALIZATION_FAILED        = errors.New("json_deserialization_failed")
	ERROR_XML_SERIALIZATION_FAILED           = errors.New("xml_serialization_failed")
	ERROR_XML_DESERIALIZATION_FAILED         = errors.New("xml_deserialization_failed")
)

Functions

func NewJsonSerializer added in v1.15.0

func NewJsonSerializer() ISerializer

func NewProtobufSerializer

func NewProtobufSerializer() ISerializer

func NewXmlSerializer added in v1.15.3

func NewXmlSerializer() ISerializer

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL