Package org.noggit

Interface JSONWriter.Writable

Enclosing class:
JSONWriter

public static interface JSONWriter.Writable
Implement this interface on your class to support serialization
  • Method Summary

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