public class DeserializingObject<T,S extends SerializedObject<T,S>> extends Object
| Constructor and Description |
|---|
DeserializingObject(S serializedObject,
Supplier<Object> payload) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getPayload() |
Class<?> |
getPayloadClass() |
int |
getRevision() |
S |
getSerializedObject() |
String |
getType() |
boolean |
isDeserialized() |
Copyright © 2019 Flux Capacitor. All rights reserved.