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 Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Called during serialization to JSON.
-
Method Details
-
jsonSerialize
Deprecated.Called during serialization to JSON.
-