Package io.fluxcapacitor.common.serialization
package io.fluxcapacitor.common.serialization
-
ClassDescriptionAbstractConverter<I,
O> An abstract base class for converting data of typeI
to typeO
.Converter<I,O> Interface for convertingData
objects 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 aggregate snapshot.A Jackson module that customizes the deserialization of strings.Interface for resolving registered types by alias or simplified name.