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