Class DeserializingObject<T,S extends SerializedObject<T,S>>
java.lang.Object
io.fluxcapacitor.javaclient.common.serialization.DeserializingObject<T,S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> V<V> VgetPayloadAs(Class<V> type) Class<?>intgetType()boolean
-
Constructor Details
-
DeserializingObject
-
-
Method Details
-
getPayload
public <V> V getPayload() -
getPayloadAs
-
isDeserialized
public boolean isDeserialized() -
getType
-
getRevision
public int getRevision() -
getSerializedObject
-
getPayloadClass
-