public interface CopyBookMapper
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(byte[] bytes,
Class<T> type) |
int |
getMaxRecordSize() |
int |
getMinRecordSize() |
void |
initialize(CopyBookSerializerConfig config) |
<T> byte[] |
serialize(T obj) |
void |
setMaxRecordSize(int size) |
void |
setMinRecordSize(int size) |
void initialize(CopyBookSerializerConfig config)
<T> byte[] serialize(T obj)
<T> T deserialize(byte[] bytes,
Class<T> type)
int getMaxRecordSize()
void setMaxRecordSize(int size)
int getMinRecordSize()
void setMinRecordSize(int size)
Copyright © 2016. All rights reserved.