Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

opentable/otj-jackson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status OpenTable Jackson Component

Component Charter

  • OpenTable specific Jackson code.

Jackson

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 ObjectMappers in the Spring context. Normally this is imported by the server.

We also provide a high performance UUID serializer and deserializer.

Component Level

Intermediate

Some dependencies on foundation components are allowed, but as always it should be minimal.


Copyright (C) 2014 OpenTable, Inc.