T
- Must be a json-serializable typepublic final class SerializationBridge<T> extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static <T> SerializationBridge<T> |
bridge(T object)
Creates a bridge for the given json-serializable object.
|
T |
getObject()
Returns the underlying object
|
public static <T> SerializationBridge<T> bridge(T object)
T
- the type of the json-serializable objectobject
- the object to serialize or nullpublic T getObject()
Copyright © 2016 Actian Corporation. All rights reserved.