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