T
- public abstract class VariableMarshaller<T> extends Object implements Marshaller<T>
Constructor and Description |
---|
VariableMarshaller() |
Modifier and Type | Method and Description |
---|---|
T |
deepCopy(T source) |
int |
getFixedSize() |
boolean |
isDeepCopySupported() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readPayload, writePayload
public int getFixedSize()
getFixedSize
in interface Marshaller<T>
public boolean isDeepCopySupported()
isDeepCopySupported
in interface Marshaller<T>
Marshaller.deepCopy(Object)
operations is supported.public T deepCopy(T source)
deepCopy
in interface Marshaller<T>
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.