com.rabbitmq.tools.json
Interface JSONSerializable


public interface JSONSerializable

Interface for classes that wish to control their own serialization.


Method Summary
 void jsonSerialize(JSONWriter w)
          Called during serialization to JSON.
 

Method Detail

jsonSerialize

void jsonSerialize(JSONWriter w)
Called during serialization to JSON.