package
Version:
v2.0.0
Opens a new window with list of versions in this module.
Published: Dec 5, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Decoder[T any, PT *T] interface {
Decode(data []byte, obj PT) error
}
type Encoder[T any, PT *T] interface {
Encode(obj PT) ([]byte, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.