Skip to content

Commit 8d255d6

Browse files
author
mpv1989
committed
Fix README
1 parent c0cad9f commit 8d255d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/Drivers/Java/Reference/Serialization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ArangoDB arangoDB = new ArangoDB.Builder().registerModule(new VPackJodaModule())
7777

7878
## Use of jackson as an alternative serializer
7979

80-
Since version 4.5.2, the driver supports alternative serializer to de-/serialize documents, edges and query results. One implementation is `VelocyJack` which is based on [Jackson](https://github.com/FasterXML/jackson) working with [jackson -dataformat-velocypack](https://github.com/arangodb/jackson-dataformat-velocypack#usage-within-arangodb-java-driver).
80+
Since version 4.5.2, the driver supports alternative serializer to de-/serialize documents, edges and query results. One implementation is [VelocyJack](https://github.com/arangodb/jackson-dataformat-velocypack#usage-within-arangodb-java-driver) which is based on [Jackson](https://github.com/FasterXML/jackson) working with [jackson-dataformat-velocypack](https://github.com/arangodb/jackson-dataformat-velocypack).
8181

8282

8383
**Note**: Any registered custom [serializer/deserializer or module](#custom-serialization) will be ignored.

0 commit comments

Comments
 (0)