Package com.rabbitmq.tools.json
Interface JSONSerializable
-
public interface JSONSerializable
Deprecated.Use a third-party JSON library, e.g. Jackson or GsonInterface for classes that wish to control their own serialization. Will be removed in 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
jsonSerialize(JSONWriter w)
Deprecated.Called during serialization to JSON.
-
-
-
Method Detail
-
jsonSerialize
void jsonSerialize(JSONWriter w)
Deprecated.Called during serialization to JSON.
-
-