public class PermissionConfigDTO extends Object implements JsonSerializable, IdentifiedDataSerializable
PermissionConfig
Constructor and Description |
---|
PermissionConfigDTO() |
PermissionConfigDTO(PermissionConfig permissionConfig) |
Modifier and Type | Method and Description |
---|---|
void |
fromJson(JsonObject json)
Extracts the state from the given
json object and mutates the
state of this object. |
int |
getFactoryId()
Returns DataSerializableFactory factory ID for this class.
|
int |
getId()
Returns type identifier for this class.
|
PermissionConfig |
getPermissionConfig() |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
JsonObject |
toJson()
Serializes state represented by this object into a
JsonObject . |
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
public PermissionConfigDTO()
public PermissionConfigDTO(PermissionConfig permissionConfig)
public JsonObject toJson()
JsonSerializable
JsonObject
.toJson
in interface JsonSerializable
public void fromJson(JsonObject json)
JsonSerializable
json
object and mutates the
state of this object.fromJson
in interface JsonSerializable
json
- the JSON object carrying state for this objectpublic void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
- if an I/O error occurs. In particular,
an IOException
may be thrown if the
output stream has been closed.public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
- if an I/O error occurs. In particular,
an IOException
may be thrown if the
input stream has been closed.public PermissionConfig getPermissionConfig()
public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.