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

Latest commit

 

History

History
33 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.16 KB

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.