![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| default Object | deserialize () throws IOException, ClassNotFoundException |
| default void | serialize (Object obj) throws IOException |
Public Attributes | |
| String | FILE_NAME = "target/serialization.txt" |
Definition at line 26 of file ObjectSerializer.java.
| default Object org.openkilda.messaging.ObjectSerializer.deserialize | ( | ) | throws IOException, ClassNotFoundException |
Implements org.openkilda.messaging.AbstractSerializer.
Definition at line 30 of file ObjectSerializer.java.
| default void org.openkilda.messaging.ObjectSerializer.serialize | ( | Object | obj | ) | throws IOException |
Implements org.openkilda.messaging.AbstractSerializer.
Definition at line 42 of file ObjectSerializer.java.
| String org.openkilda.messaging.ObjectSerializer.FILE_NAME = "target/serialization.txt" |
Definition at line 27 of file ObjectSerializer.java.