Class ObjectSerializationUtil
java.lang.Object
org.eclipse.ecf.remoteservice.util.ObjectSerializationUtil
- Direct Known Subclasses:
ObjectSerializationParameterDeserializer
,ObjectSerializationResponseSerializer
- Since:
- 8.1
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeserializeFromBytes
(byte[] bytes) byte[]
readToByteArray
(InputStream input) byte[]
serializeToBytes
(Object object) void
writeByteArray
(OutputStream outs, byte[] bytes)
-
Field Details
-
DEFAULT_BAOS_BUFFER_SIZE
public static final int DEFAULT_BAOS_BUFFER_SIZE- See Also:
-
-
Constructor Details
-
ObjectSerializationUtil
public ObjectSerializationUtil()
-
-
Method Details
-
readToByteArray
- Throws:
IOException
-
writeByteArray
- Throws:
IOException
-
deserializeFromBytes
- Throws:
IOException
-
serializeToBytes
- Throws:
IOException
-