com.atlassian.confluence.json.jsonator
Class PageJsonator

java.lang.Object
  extended by com.atlassian.confluence.json.jsonator.PageJsonator
All Implemented Interfaces:
Jsonator<AbstractPage>

public class PageJsonator
extends java.lang.Object
implements Jsonator<AbstractPage>


Constructor Summary
PageJsonator()
           
 
Method Summary
 Json convert(AbstractPage page)
          Creates a Json representation of a given object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageJsonator

public PageJsonator()
Method Detail

convert

public Json convert(AbstractPage page)
Description copied from interface: Jsonator
Creates a Json representation of a given object

Specified by:
convert in interface Jsonator<AbstractPage>
Parameters:
page - the object to be serialized
Returns:
Json JSON representation of the given object


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.