public interface NanoDBSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getSupportedType() |
T |
read(NanoDBInputStream in) |
void |
write(T obj,
NanoDBOutputStream out) |
void write(T obj, NanoDBOutputStream out)
T read(NanoDBInputStream in)
Copyright © 2021 vpc open source initiative. All rights reserved.