public interface Externalizable
| Modifier and Type | Method and Description |
|---|---|
void |
readObject(java.io.InputStream iStream)
Use this method to deserializion of object state.
|
void |
writeObject(java.io.OutputStream oStream)
Use this method for serialization of object state.
|
void writeObject(java.io.OutputStream oStream)
throws java.lang.Exception
java.lang.Exceptionvoid readObject(java.io.InputStream iStream)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.