| Package | Description |
|---|---|
| net.openhft.lang.io.serialization | |
| net.openhft.lang.io.serialization.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompactBytesMarshaller<E>
A BytesMarshaller with a byte code for the class.
|
| Modifier and Type | Method and Description |
|---|---|
<E> BytesMarshaller<E> |
BytesMarshallerFactory.acquireMarshaller(Class<E> eClass,
boolean create) |
<E> BytesMarshaller<E> |
BytesMarshallerFactory.getMarshaller(byte code) |
| Modifier and Type | Method and Description |
|---|---|
<E> void |
BytesMarshallerFactory.addMarshaller(Class<E> eClass,
BytesMarshaller<E> marshaller) |
| Modifier and Type | Class and Description |
|---|---|
class |
BytesMarshallableMarshaller<E extends BytesMarshallable> |
class |
ClassMarshaller |
class |
CompactEnumBytesMarshaller<E>
Created with IntelliJ IDEA.
|
class |
DateMarshaller |
class |
EnumBytesMarshaller<E extends Enum<E>> |
class |
ExternalizableMarshaller<E extends Externalizable> |
class |
GenericEnumMarshaller<E> |
class |
NoMarshaller
Created with IntelliJ IDEA.
|
class |
StringMarshaller |
| Modifier and Type | Method and Description |
|---|---|
<E> BytesMarshaller<E> |
VanillaBytesMarshallerFactory.acquireMarshaller(Class<E> eClass,
boolean create) |
<E> BytesMarshaller<E> |
VanillaBytesMarshallerFactory.getMarshaller(byte code) |
| Modifier and Type | Method and Description |
|---|---|
<E> void |
VanillaBytesMarshallerFactory.addMarshaller(Class<E> eClass,
BytesMarshaller<E> marshaller) |
Copyright © 2014. All Rights Reserved.