public class WireMarshaller<T> extends Object
| Constructor and Description |
|---|
WireMarshaller(Class<T> tClass) |
| Modifier and Type | Method and Description |
|---|---|
static void |
getAllField(Class clazz,
Map<String,Field> map) |
boolean |
isEqual(Object o1,
Object o2) |
void |
readMarshallable(T t,
WireIn in,
boolean overwrite) |
void |
writeKey(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 void writeKey(T t, net.openhft.chronicle.bytes.Bytes bytes)
Copyright © 2016. All rights reserved.