public class MapConfigDTO extends Object implements JsonSerializable, DataSerializable
MapConfig
Constructor and Description |
---|
MapConfigDTO() |
MapConfigDTO(MapConfig mapConfig) |
Modifier and Type | Method and Description |
---|---|
void |
fromJson(com.eclipsesource.json.JsonObject json) |
MapConfig |
getMapConfig() |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
com.eclipsesource.json.JsonObject |
toJson() |
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
public MapConfigDTO()
public MapConfigDTO(MapConfig mapConfig)
public com.eclipsesource.json.JsonObject toJson()
toJson
in interface JsonSerializable
public void fromJson(com.eclipsesource.json.JsonObject json)
fromJson
in interface JsonSerializable
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
public MapConfig getMapConfig()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.