public class NanoDBNutsIdSerializer extends NanoDBNonNullSerializer<net.thevpc.nuts.NutsId>
| Constructor and Description |
|---|
NanoDBNutsIdSerializer(net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsId |
read(NanoDBInputStream in,
Class expectedType,
net.thevpc.nuts.NutsSession session) |
void |
write(net.thevpc.nuts.NutsId obj,
NanoDBOutputStream out,
net.thevpc.nuts.NutsSession session) |
getSupportedTypepublic NanoDBNutsIdSerializer(net.thevpc.nuts.NutsSession session)
public void write(net.thevpc.nuts.NutsId obj,
NanoDBOutputStream out,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsId read(NanoDBInputStream in, Class expectedType, net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.