Package io.fluxzero.sdk.common.serialization
package io.fluxzero.sdk.common.serialization
-
ClassDescriptionAbstract base implementation of the
Serializerinterface.Represents an interface for filtering content before it is passed to a specified viewer.Thrown to indicate that a problem occurred during the deserialization of data.Wrapper for aMessagethat supports lazy deserialization, context caching, type adaptation, and batch-level execution utilities.DeserializingObject<T, S extends SerializedObject<T>>A wrapper around aSerializedObjectthat supports lazy deserialization of its payload.Declares that a method should be invoked to filter the visibility of an object for a specificUser.A functional interface for formattingDeserializingMessageinstances into human-readable strings.Thrown to indicate that a problem occurred during the serialization of an object.Mechanism to serialize and deserialize objects to and frombyte[]representations.Defines the strategy for handling unknown or unresolvable types during deserialization.