Package com.arangodb.util
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 stringThe driver's
InternalSerdesupports serializing and deserializing to and fromRawJson.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Stringget()inthashCode()static RawJsonof(String value)
-