public final class RawBytes extends Object implements RawData
No validation is performed, the user is responsible for providing a valid byte array for the used content type.
The raw value byte array can represent either: - a valid VPack - a valid JSON UTF-8 encoded string
The driver's InternalSerde
supports serializing and deserializing to and from
RawBytes
.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getValue() |
int |
hashCode() |
static RawBytes |
of(byte[] value) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.