public class WireMarshaller<T> extends Object
| Constructor and Description |
|---|
WireMarshaller(Class<T> tClass,
net.openhft.chronicle.wire.WireMarshaller.FieldAccess[] fields,
boolean isLeaf) |
| Modifier and Type | Method and Description |
|---|---|
static void |
getAllField(Class clazz,
Map<String,Field> map) |
boolean |
isEqual(Object o1,
Object o2) |
static <T> WireMarshaller<T> |
of(Class<T> tClass) |
void |
readMarshallable(T t,
WireIn in,
boolean overwrite) |
void |
writeKey(T t,
net.openhft.chronicle.bytes.Bytes bytes) |
void |
writeMarshallable(T t,
net.openhft.chronicle.bytes.Bytes bytes) |
void |
writeMarshallable(T t,
WireOut out) |
void |
writeMarshallable(T t,
WireOut out,
T previous,
boolean copy) |
public WireMarshaller(Class<T> tClass, net.openhft.chronicle.wire.WireMarshaller.FieldAccess[] fields, boolean isLeaf)
public static <T> WireMarshaller<T> of(Class<T> tClass)
public void writeMarshallable(T t, net.openhft.chronicle.bytes.Bytes bytes)
public void writeKey(T t, net.openhft.chronicle.bytes.Bytes bytes)
Copyright © 2016. All rights reserved.