public interface

Jsonator

com.atlassian.confluence.json.jsonator.Jsonator<T>
Known Indirect Subclasses

Class Overview

Interface to implement if you want to provide a method to create a JSON representation of an object

Summary

Public Methods
Json convert(T object)
Creates a Json representation of a given object

Public Methods

public Json convert (T object)

Creates a Json representation of a given object

Parameters
object the object to be serialized
Returns
  • Json JSON representation of the given object