IJSONSerializeAware

public interface IJSONSerializeAware

Represents an object that can be serialized.

Methods

toJSONable

Object toJSONable()

Return a representation that can be JSON-serialized.

Returns:A JSON-serializable representation.