JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.rabbitmq.tools.json
Interface JSONSerializable
public interface
JSONSerializable
Interface for classes that wish to control their own serialization.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
jsonSerialize
(
JSONWriter
w)
Called during serialization to JSON.
Method Detail
jsonSerialize
void jsonSerialize(
JSONWriter
w)
Called during serialization to JSON.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method