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