Uses of Class
io.fluxzero.sdk.common.serialization.DeserializingObject
Packages that use DeserializingObject
Package
Description
-
Uses of DeserializingObject in io.fluxzero.proxy
Methods in io.fluxzero.proxy that return types with arguments of type DeserializingObjectModifier and TypeMethodDescription<I extends SerializedObject<byte[]>>
Stream<DeserializingObject<byte[], I>> ProxySerializer.deserialize(Stream<I> stream, UnknownTypeStrategy unknownTypeStrategy) -
Uses of DeserializingObject in io.fluxzero.sdk.common.serialization
Methods in io.fluxzero.sdk.common.serialization that return types with arguments of type DeserializingObjectModifier and TypeMethodDescription<S extends SerializedObject<byte[]>>
Stream<DeserializingObject<byte[], S>> AbstractSerializer.deserialize(Stream<S> dataStream, UnknownTypeStrategy unknownTypeStrategy) Deserializes a stream ofSerializedObjectvalues into deserialized objects.<I extends SerializedObject<byte[]>>
Stream<DeserializingObject<byte[], I>> Serializer.deserialize(Stream<I> dataStream, UnknownTypeStrategy unknownTypeStrategy) Upcasts and deserializes a stream of serialized objects.protected Stream<DeserializingObject<byte[], ?>> AbstractSerializer.deserializeOtherFormat(SerializedObject<byte[]> s) Handles deserialization of objects in formats other than the current default (e.g., fallback string deserialization).protected Stream<DeserializingObject<byte[], ?>> AbstractSerializer.deserializeUnknownType(SerializedObject<?> serializedObject) Hook for handling deserialization of unknown types.Constructors in io.fluxzero.sdk.common.serialization with parameters of type DeserializingObjectModifierConstructorDescriptionDeserializingMessage(DeserializingObject<byte[], SerializedMessage> delegate, MessageType messageType, String topic, Serializer serializer) -
Uses of DeserializingObject in io.fluxzero.sdk.common.serialization.jackson
Methods in io.fluxzero.sdk.common.serialization.jackson that return types with arguments of type DeserializingObjectModifier and TypeMethodDescriptionprotected Stream<DeserializingObject<byte[], ?>> JacksonSerializer.deserializeUnknownType(SerializedObject<?> s) Fallback handler for deserialization of unknown types.