- OpenTable specific Jackson code.
The Jackson JSON Processor is one of the fastest and most flexible JSON processing libraries available for Java.
It is important that all code configures Jackson similarly - the set of installed modules, various serialization settings, and deserialization configuartion must be reasonably harmonious for compatibility.
The OpenTableJacksonConfiguration
binds a configured Jackson ObjectMapper
s in the Spring context. Normally this is imported by the
server.
We also provide a high performance UUID serializer and deserializer.
Intermediate
Some dependencies on foundation components are allowed, but as always it should be minimal.
Copyright (C) 2014 OpenTable, Inc.