Package io.fluxzero.common.serialization
package io.fluxzero.common.serialization
-
ClassDescriptionAbstractConverter<I,
O> An abstract base class for converting data of typeIto typeO.Converter<I,O> Interface for convertingDataobjects from one format or representation to another.Utility class for JSON serialization, deserialization, and file-based JSON resource loading.A custom Jackson module that configures deserialization behavior to treat null collections as empty collections.Annotation to register a class or package for inclusion in theTypeRegistry.Specifies the revision number of a persistable object, such as a message payload, document, or model snapshot.Decodes the shared binary or legacy MessagePack representations used by the Fluxzero event store.A Jackson module that customizes the deserialization of strings.Interface for resolving registered types by alias or simplified name.