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