Package org.drasyl.util
Class JSONUtil
java.lang.Object
org.drasyl.util.JSONUtil
Holder for the JSON serializer and JSON deserializer.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.databind.ObjectMapperstatic final com.fasterxml.jackson.databind.ObjectReaderstatic final com.fasterxml.jackson.databind.ObjectWriter - 
Method Summary
 
- 
Field Details
- 
JACKSON_MAPPER
public static final com.fasterxml.jackson.databind.ObjectMapper JACKSON_MAPPER - 
JACKSON_WRITER
public static final com.fasterxml.jackson.databind.ObjectWriter JACKSON_WRITER - 
JACKSON_READER
public static final com.fasterxml.jackson.databind.ObjectReader JACKSON_READER 
 -