docmarshal

package
v0.0.62 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Marshaler

type Marshaler interface {
	Marshal(in any) ([]byte, error)
	Unmarshal(data []byte, to any) error
	// DefaultLowerCase should return true if by default
	// struct fields are encoded in lower case.
	DefaultLowerCase() bool
}

Marshaler is a text or binary marshaler that can be used by document.Service implementations to abstract document encoding.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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