Interface Jsonator<T>
- All Known Implementing Classes:
AttachmentJsonator,BreadcrumbJsonator,ContentMetadataJsonator,DefaultJsonator,DocumentationLinkJsonator,EntityJsonator,GsonJsonator,I18nJsonator,SearchResultJsonator,ValidationAwareJsonator,ValidationErrorJsonator
public interface Jsonator<T>
Interface to implement if you want to provide a method to create
a JSON representation of an object
-
Method Summary
-
Method Details
-
convert
Creates aJsonrepresentation of a given object- Parameters:
object- the object to be serialized- Returns:
- Json JSON representation of the given object
-