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