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