Interface JsonSerializable

All Known Subinterfaces:
ClusterManagementOperation<V>, OperationResult, RebalanceRegionResult, RebalanceResult, RegionRedundancyStatus, RestoreRedundancyResults
All Known Implementing Classes:
AbstractConfiguration, Deployment, DeploymentInfo, DiskDir, DiskStore, DiskStoreInfo, GatewayReceiver, GatewayReceiverInfo, GroupableConfiguration, Index, IndexInfo, Member, MemberInformation, Pdx, PdxInfo, RebalanceOperation, Region, RestoreRedundancyRequest, RuntimeInfo, RuntimeRegionInfo

public interface JsonSerializable
marker interface that allows subclasses to be deserialized correctly note that any class can still be serialized using JSON (without implementing this interface) as long as it has no subclasses