Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Serializer ¶
Serializer is the main serializer struct
func NewSerializer ¶
func NewSerializer(format format.Format) *Serializer
NewSerializer creates a new instance of Serializer
func (*Serializer) Deserialize ¶
func (s *Serializer) Deserialize(data string, obj any) error
func (*Serializer) DeserializeAndMerge ¶
func (s *Serializer) DeserializeAndMerge(data string, target any) error
func (*Serializer) MergeObjects ¶
func (s *Serializer) MergeObjects(target any, source any) error
Click to show internal directories.
Click to hide internal directories.