Property | Type | Description | |
---|---|---|---|
Serializer |
Method | Description | |
---|---|---|
Deserialize ( byte bytes ) : object |
Deserializes data using UTF-8 encoding
|
|
Serialize ( object obj ) : byte[] |
Serializes data using UTF-8 encoding
|
Method | Description | |
---|---|---|
ZooKeeperStringSerializer ( ) : System |
Prevents a default instance of the ZooKeeperStringSerializer class from being created.
|
public Deserialize ( byte bytes ) : object | ||
bytes | byte | /// The serialized data /// |
return | object |
public Serialize ( object obj ) : byte[] | ||
obj | object | /// The data to serialize /// |
return | byte[] |