public interface NElementMapper<T> extends NElementSimplifier<T>, NElementSerializer<T>, NElementDeserializer<T>
| Modifier and Type | Method and Description |
|---|---|
default NElement |
toElement(NElementSerializerContext<T> context) |
default T |
toObject(NElementDeserializerContext context) |
default Object |
toSimple(NElementSerializerContext<T> context) |
default Object toSimple(NElementSerializerContext<T> context)
toSimple in interface NElementSimplifier<T>default NElement toElement(NElementSerializerContext<T> context)
toElement in interface NElementSerializer<T>default T toObject(NElementDeserializerContext context)
toObject in interface NElementDeserializer<T>Copyright © 2026 vpc open source initiative. All rights reserved.