public class NElementMapperPrimitiveIntArray extends Object implements NElementMapper<int[]>
| Constructor and Description |
|---|
NElementMapperPrimitiveIntArray() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NElement |
toElement(net.thevpc.nuts.elem.NElementSerializerContext<int[]> context) |
int[] |
toObject(net.thevpc.nuts.elem.NElementDeserializerContext context) |
Object |
toSimple(net.thevpc.nuts.elem.NElementSerializerContext<int[]> context) |
public net.thevpc.nuts.elem.NElement toElement(net.thevpc.nuts.elem.NElementSerializerContext<int[]> context)
toElement in interface net.thevpc.nuts.elem.NElementSerializer<int[]>toElement in interface NElementMapper<int[]>public Object toSimple(net.thevpc.nuts.elem.NElementSerializerContext<int[]> context)
toSimple in interface net.thevpc.nuts.elem.NElementSimplifier<int[]>toSimple in interface NElementMapper<int[]>public int[] toObject(net.thevpc.nuts.elem.NElementDeserializerContext context)
toObject in interface net.thevpc.nuts.elem.NElementDeserializer<int[]>toObject in interface NElementMapper<int[]>Copyright © 2026 vpc open source initiative. All rights reserved.