Package com.rabbitmq.tools.json
Interface JSONSerializable
public interface JSONSerializable
Deprecated.
Use a third-party JSON library, e.g. Jackson or Gson
Interface for classes that wish to control their own serialization.
 Will be removed in 6.0
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated.Called during serialization to JSON.
- 
Method Details- 
jsonSerializeDeprecated.Called during serialization to JSON.
 
-