public interface Serializer extends AttributeHandling
| Modifier and Type | Method and Description |
|---|---|
DataOutput |
getDataOutput(int initialCapacity) |
Object |
readClassAndObject(ReadBuffer buffer) |
<T> T |
readObject(ReadBuffer buffer,
Class<T> type) |
<T> T |
readObjectByteOrder(ReadBuffer buffer,
Class<T> type) |
<T> T |
readObjectNotNull(ReadBuffer buffer,
Class<T> type) |
convert, isOrderPreservingDatatype, registerClass, verifyAttributeObject readClassAndObject(ReadBuffer buffer)
<T> T readObject(ReadBuffer buffer, Class<T> type)
<T> T readObjectByteOrder(ReadBuffer buffer, Class<T> type)
<T> T readObjectNotNull(ReadBuffer buffer, Class<T> type)
DataOutput getDataOutput(int initialCapacity)
Copyright © 2012–2014. All rights reserved.