Package io.fluxcapacitor.javaclient.common.serialization
package io.fluxcapacitor.javaclient.common.serialization
-
ClassDescriptionAbstract base implementation of the
Serializer
interface.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 aMessage
that supports lazy deserialization, context caching, type adaptation, and batch-level execution utilities.DeserializingObject<T,S extends SerializedObject<T>> A wrapper around aSerializedObject
that 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 formattingDeserializingMessage
instances 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.