public final class PassThru<T> extends Object
Modifier and Type | Method and Description |
---|---|
T |
unwrap()
Unwraps the object.
|
static <T> PassThru<T> |
wrap(Class<T> clazz,
T object)
Wraps the given object as a pass-thru object
|
public static <T> PassThru<T> wrap(Class<T> clazz, T object)
clazz
- the type of the object that should be used on deserializationobject
- the objectpublic T unwrap()
Copyright © 2016 Actian Corporation. All rights reserved.