public class BytesMarshaller<T> extends Object
Modifier and Type | Field and Description |
---|---|
static net.openhft.chronicle.core.ClassLocal<BytesMarshaller> |
BYTES_MARSHALLER_CL |
Constructor and Description |
---|
BytesMarshaller(@NotNull Class<T> tClass) |
Modifier and Type | Method and Description |
---|---|
static void |
getAllField(@NotNull Class clazz,
@NotNull Map<String,Field> map) |
void |
readMarshallable(ReadBytesMarshallable t,
BytesIn in) |
void |
writeMarshallable(WriteBytesMarshallable t,
BytesOut out) |
public static final net.openhft.chronicle.core.ClassLocal<BytesMarshaller> BYTES_MARSHALLER_CL
public static void getAllField(@NotNull @NotNull Class clazz, @NotNull @NotNull Map<String,Field> map)
public void readMarshallable(ReadBytesMarshallable t, BytesIn in)
public void writeMarshallable(WriteBytesMarshallable t, BytesOut out)
Copyright © 2020. All rights reserved.