org.alfresco.util.json
Interface JsonSerializer

All Known Implementing Classes:
AbstractJsonSerializerBean, DefaultJsonSerializer, ExceptionJsonSerializer

public interface JsonSerializer

An interface for converting objects of a specified type (T) into a serialized Json format (of type S).


Method Summary
 java.lang.Object deserialize(java.lang.Object object)
           
 java.lang.Object serialize(java.lang.Object object)
           
 

Method Detail

serialize

java.lang.Object serialize(java.lang.Object object)

deserialize

java.lang.Object deserialize(java.lang.Object object)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.