public interface Serializer<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
handlesReference() |
boolean |
isReference() |
T |
read(PrimitivI input) |
void |
write(PrimitivO output,
T object) |
Copyright © 2018. All rights reserved.