public interface ObjectSerializer
| 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.
|
String writeValueAsString(Object object) throws IOException
object - the object to be serializedobjectIOExceptionvoid writeValueOnFile(Object object, String filePath) throws IOException
object - the object to be serializedfilePath - the path of the file where object must be serializedIOExceptionvoid writeValueOnGzipFile(Object object, String filePath) throws IOException
object - the object to be serializedfilePath - the path of the file where object must be serializedIOExceptionCopyright © 2014 Semantic Analytics Group @ Uniroma2. All rights reserved.