Uses of Interface
org.axonframework.serialization.SerializedObject
Packages that use SerializedObject
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.Classes related to message processing in Axon Framework.
Classes related to message processing in Axon Framework.
-
Uses of SerializedObject in org.axonframework.axonserver.connector.event.axon
Methods in org.axonframework.axonserver.connector.event.axon that return SerializedObjectModifier and TypeMethodDescriptionGrpcBackedDomainEventData.getMetaData()Returns the serialized data of the MetaData of the serialized Event.SerializedObject<byte[]> GrpcBackedDomainEventData.getPayload()<T> SerializedObject<T> Methods in org.axonframework.axonserver.connector.event.axon with parameters of type SerializedObjectModifier and TypeMethodDescription<S,T> T GrpcMetaDataAwareSerializer.deserialize(SerializedObject<S> serializedObject) -
Uses of SerializedObject in org.axonframework.axonserver.connector.util
Classes in org.axonframework.axonserver.connector.util that implement SerializedObjectModifier and TypeClassDescriptionclassWrapper that allows clients to access a gRPCSerializedObjectmessage as aSerializedObject.Methods in org.axonframework.axonserver.connector.util that return SerializedObjectModifier and TypeMethodDescription<T> SerializedObject<T> Serialize the givenobjectinto an object of theexpectedRepresentation. -
Uses of SerializedObject in org.axonframework.eventhandling
Methods in org.axonframework.eventhandling that return SerializedObjectModifier and TypeMethodDescriptionAbstractEventEntry.getMetaData()EventData.getMetaData()Returns the serialized data of the MetaData of the serialized Event.TrackedDomainEventData.getMetaData()AbstractEventEntry.getPayload()EventData.getPayload()Returns the serialized data of the Event Message's payload.TrackedDomainEventData.getPayload() -
Uses of SerializedObject in org.axonframework.eventhandling.deadletter.jpa
Methods in org.axonframework.eventhandling.deadletter.jpa that return SerializedObjectModifier and TypeMethodDescriptionSerializedObject<byte[]> DeadLetterEntry.getDiagnostics()Returns the serialized diagnostics. -
Uses of SerializedObject in org.axonframework.eventhandling.tokenstore
Methods in org.axonframework.eventhandling.tokenstore that return SerializedObjectModifier and TypeMethodDescriptionAbstractTokenEntry.getSerializedToken()Returns the serialized token. -
Uses of SerializedObject in org.axonframework.eventhandling.tokenstore.jpa
Methods in org.axonframework.eventhandling.tokenstore.jpa that return SerializedObjectModifier and TypeMethodDescriptionSerializedObject<byte[]> TokenEntry.getSerializedToken()Returns the serialized token. -
Uses of SerializedObject in org.axonframework.messaging
Methods in org.axonframework.messaging that return SerializedObjectModifier and TypeMethodDescriptiondefault <T> SerializedObject<T> ResultMessage.serializeExceptionResult(Serializer serializer, Class<T> expectedRepresentation) Serializes the exception result.<R> SerializedObject<R> GenericMessage.serializeMetaData(Serializer serializer, Class<R> expectedRepresentation) default <R> SerializedObject<R> Message.serializeMetaData(Serializer serializer, Class<R> expectedRepresentation) Serialize the meta data of this message to theexpectedRepresentationusing givenserializer.<S> SerializedObject<S> MessageDecorator.serializeMetaData(Serializer serializer, Class<S> expectedRepresentation) <R> SerializedObject<R> GenericMessage.serializePayload(Serializer serializer, Class<R> expectedRepresentation) <S> SerializedObject<S> GenericResultMessage.serializePayload(Serializer serializer, Class<S> expectedRepresentation) default <R> SerializedObject<R> Message.serializePayload(Serializer serializer, Class<R> expectedRepresentation) Serialize the payload of this message to theexpectedRepresentationusing givenserializer.<S> SerializedObject<S> MessageDecorator.serializePayload(Serializer serializer, Class<S> expectedRepresentation) default <S> SerializedObject<S> ResultMessage.serializePayload(Serializer serializer, Class<S> expectedRepresentation) Methods in org.axonframework.messaging with parameters of type SerializedObjectModifier and TypeMethodDescriptionHeaders.defaultHeaders(EventMessage<?> message, SerializedObject<?> serializedObject) Generate defaults headers to recognise an event message. -
Uses of SerializedObject in org.axonframework.messaging.responsetypes
Methods in org.axonframework.messaging.responsetypes that return SerializedObjectModifier and TypeMethodDescription<T> SerializedObject<T> ConvertingResponseMessage.serializeExceptionResult(Serializer serializer, Class<T> expectedRepresentation) <R1> SerializedObject<R1> ConvertingResponseMessage.serializeMetaData(Serializer serializer, Class<R1> expectedRepresentation) <S> SerializedObject<S> ConvertingResponseMessage.serializePayload(Serializer serializer, Class<S> expectedRepresentation) -
Uses of SerializedObject in org.axonframework.modelling.saga.repository.jdbc
Methods in org.axonframework.modelling.saga.repository.jdbc that return SerializedObjectModifier and TypeMethodDescriptionSerializedObject<byte[]> GenericSagaSqlSchema.readSerializedSaga(ResultSet resultSet) SagaSqlSchema.readSerializedSaga(ResultSet resultSet) Reads a SerializedObject from the givenresultSet, which has been returned by executing the Statement returned fromSagaSqlSchema.sql_loadSaga(java.sql.Connection, String) -
Uses of SerializedObject in org.axonframework.modelling.saga.repository.jpa
Classes in org.axonframework.modelling.saga.repository.jpa that implement SerializedObjectModifier and TypeClassDescriptionclassSpecialization of the SerializedObject for Sagas represented as byte array. -
Uses of SerializedObject in org.axonframework.serialization
Classes in org.axonframework.serialization that implement SerializedObjectModifier and TypeClassDescriptionclassRepresents the serialized form of aMetaDatainstance.classSerializedObject implementation that takes all properties as constructor parameters.Methods in org.axonframework.serialization that return SerializedObjectModifier and TypeMethodDescriptiondefault <T> SerializedObject<T> Converter.convert(SerializedObject<?> original, Class<T> targetType) Converts the data format of the givenoriginalIntermediateRepresentation to the target data type.LazyDeserializingObject.getSerializedObject()Returns the serialized object to deserialize upon request<T> SerializedObject<T> <T> SerializedObject<T> Deprecated.<T> SerializedObject<T> Serialize the givenobjectinto a Serialized Object containing the givenexpectedRepresentation.<R> SerializedObject<R> SerializedMessage.serializeMetaData(Serializer serializer, Class<R> expectedRepresentation) <T> SerializedObject<T> SerializedObjectHolder.serializeMetaData(Serializer serializer, Class<T> expectedRepresentation) <R> SerializedObject<R> SerializedMessage.serializePayload(Serializer serializer, Class<R> expectedRepresentation) <T> SerializedObject<T> SerializedObjectHolder.serializePayload(Serializer serializer, Class<T> expectedRepresentation) Methods in org.axonframework.serialization with parameters of type SerializedObjectModifier and TypeMethodDescriptiondefault <T> SerializedObject<T> Converter.convert(SerializedObject<?> original, Class<T> targetType) Converts the data format of the givenoriginalIntermediateRepresentation to the target data type.<S,T> T AbstractXStreamSerializer.deserialize(SerializedObject<S> serializedObject) <S,T> T JavaSerializer.deserialize(SerializedObject<S> serializedObject) Deprecated.<S,T> T Serializer.deserialize(SerializedObject<S> serializedObject) Deserializes the first object read from the givenbytes.protected abstract ObjectAbstractXStreamSerializer.doDeserialize(SerializedObject serializedObject, com.thoughtworks.xstream.XStream xStream) Deserialize the givenserializedObject.static booleanSerializedMetaData.isSerializedMetaData(SerializedObject<?> serializedObject) Indicates whether the givenserializedObjectrepresents a serialized form of a MetaData object, such as the ones created by this class (seeSerializedMetaData(Object, Class).Constructors in org.axonframework.serialization with parameters of type SerializedObjectModifierConstructorDescriptionLazyDeserializingObject(SerializedObject<?> serializedObject, Serializer serializer) Creates an instance which will deserialize givenserializedObjectupon request.SerializedMessage(String identifier, SerializedObject<?> serializedPayload, SerializedObject<?> serializedMetaData, Serializer serializer) Initializes aSerializedMessagewith givenidentifierfrom the given serialized payload and metadata.UnknownSerializedType(Serializer serializer, SerializedObject<?> serializedObject) Initialize the unknown type, using givenserializerandserializedObject.Constructor parameters in org.axonframework.serialization with type arguments of type SerializedObjectModifierConstructorDescriptionLazyDeserializingObject(Supplier<SerializedObject<?>> serializedObjectSupplier, SerializedType serializedType, Serializer serializer) Creates an instance which will get the supplied SerializedObject and deserialize it upon request. -
Uses of SerializedObject in org.axonframework.serialization.avro
Methods in org.axonframework.serialization.avro that return SerializedObjectModifier and TypeMethodDescription<T> SerializedObject<T> SerializedObject<byte[]> AvroSerializerStrategy.serializeToSingleObjectEncoded(Object object) Serializes object to byte array using Avro single-object-encoding.SerializedObject<byte[]> SpecificRecordBaseSerializerStrategy.serializeToSingleObjectEncoded(Object object) Methods in org.axonframework.serialization.avro with parameters of type SerializedObjectModifier and TypeMethodDescription<S,T> T AvroSerializer.deserialize(SerializedObject<S> serializedObject) <T> TAvroSerializerStrategy.deserializeFromGenericRecord(SerializedObject<org.apache.avro.generic.GenericRecord> serializedObject, Class<T> type) Deserializes from Apache Avro generic record (intermediate representation).<T> TSpecificRecordBaseSerializerStrategy.deserializeFromGenericRecord(SerializedObject<org.apache.avro.generic.GenericRecord> serializedObject, Class<T> readerType) <T> TAvroSerializerStrategy.deserializeFromSingleObjectEncoded(SerializedObject<byte[]> serializedObject, Class<T> type) Deserializes from single object encoded byte array.<T> TSpecificRecordBaseSerializerStrategy.deserializeFromSingleObjectEncoded(SerializedObject<byte[]> serializedObject, Class<T> readerType) -
Uses of SerializedObject in org.axonframework.serialization.jackson3
Methods in org.axonframework.serialization.jackson3 that return SerializedObjectMethods in org.axonframework.serialization.jackson3 with parameters of type SerializedObjectModifier and TypeMethodDescription<S,T> T Jackson3Serializer.deserialize(SerializedObject<S> serializedObject) -
Uses of SerializedObject in org.axonframework.serialization.json
Methods in org.axonframework.serialization.json that return SerializedObjectMethods in org.axonframework.serialization.json with parameters of type SerializedObjectModifier and TypeMethodDescription<S,T> T JacksonSerializer.deserialize(SerializedObject<S> serializedObject) -
Uses of SerializedObject in org.axonframework.serialization.upcasting.event
Methods in org.axonframework.serialization.upcasting.event that return SerializedObjectModifier and TypeMethodDescriptionInitialEventRepresentation.getData()<D> SerializedObject<D> IntermediateEventRepresentation.getData()Get the data of this representation.<D> SerializedObject<D> Get the data of this representation.UpcastedEventRepresentation.getData()<D> SerializedObject<D> -
Uses of SerializedObject in org.axonframework.serialization.xml
Methods in org.axonframework.serialization.xml with parameters of type SerializedObjectModifier and TypeMethodDescriptionXStreamSerializer.doDeserialize(SerializedObject serializedObject, com.thoughtworks.xstream.XStream xStream)