Interface JSONWriter.Writable

Enclosing class:
JSONWriter

public static interface JSONWriter.Writable
Implement this interface on your class to support serialization
Version:
$Id: JSONWriter.java 1211150 2011-12-06 21:10:01Z yonik $
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(JSONWriter writer)
     
  • Method Details