Class RawJson

java.lang.Object
com.arangodb.util.RawJson
All Implemented Interfaces:
RawData

public final class RawJson extends Object implements RawData
Helper class used to encapsulate raw JSON string. It can be used: - in serialization to append a raw JSON node - in deserialization as target wrapper type for the raw JSON string

The driver's InternalSerde supports serializing and deserializing to and from RawJson.