public class JacksonSerializerWrapper extends Object implements ObjectSerializer
| Constructor and Description |
|---|
JacksonSerializerWrapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
writeValueAsString(Object object)
Converts an object into a textual representation, preserving all the object properties.
|
void |
writeValueOnFile(Object object,
String filePath)
Converts an object into a textual representation, preserving all the object properties,
and write this String into a file.
|
void |
writeValueOnGzipFile(Object object,
String filePath)
Converts an object into a textual representation, preserving all the object properties,
and write this String into a GZip file.
|
public String writeValueAsString(Object object) throws com.fasterxml.jackson.core.JsonProcessingException
ObjectSerializerwriteValueAsString in interface ObjectSerializerobject - the object to be serializedobjectcom.fasterxml.jackson.core.JsonProcessingExceptionpublic void writeValueOnFile(Object object, String filePath) throws IOException
ObjectSerializerwriteValueOnFile in interface ObjectSerializerobject - the object to be serializedfilePath - the path of the file where object must be serializedIOExceptionpublic void writeValueOnGzipFile(Object object, String filePath) throws IOException
ObjectSerializerwriteValueOnGzipFile in interface ObjectSerializerobject - the object to be serializedfilePath - the path of the file where object must be serializedIOExceptionCopyright © 2014 Semantic Analytics Group @ Uniroma2. All rights reserved.