Class ReplicationResultSerializer
java.lang.Object
com.aoapps.persistence.BufferedSerializer<MysqlReplicationResult>
com.aoindustries.noc.monitor.mysql.ReplicationResultSerializer
- All Implemented Interfaces:
Serializer<MysqlReplicationResult>
- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(InputStream rawIn) protected void
serialize
(MysqlReplicationResult value, ByteArrayOutputStream buffer) Methods inherited from class com.aoapps.persistence.BufferedSerializer
getSerializedSize, isFixedSerializedSize, serialize
-
Constructor Details
-
ReplicationResultSerializer
public ReplicationResultSerializer()
-
-
Method Details
-
serialize
protected void serialize(MysqlReplicationResult value, ByteArrayOutputStream buffer) throws IOException - Specified by:
serialize
in classBufferedSerializer<MysqlReplicationResult>
- Throws:
IOException
-
deserialize
- Throws:
IOException
-