serializer

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2026 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JsonSerializer

type JsonSerializer struct {
}

func (*JsonSerializer) Serialize

func (j *JsonSerializer) Serialize(data any) (string, error)

func (*JsonSerializer) UnSerialize

func (j *JsonSerializer) UnSerialize(serialized string, result any) error

type SerializerInterface

type SerializerInterface interface {
	Serialize(data any) (string, error)
	UnSerialize(serialized string, result any) error
}

Jump to

Keyboard shortcuts

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