Interface Jsonable


public interface Jsonable
Interface of an object which can render itself to JsonValue.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a JsonValue representation of this object.
  • Method Details