Open Kilda Java Documentation
org.openkilda.messaging.ObjectSerializer Interface Reference
Inheritance diagram for org.openkilda.messaging.ObjectSerializer:
org.openkilda.messaging.AbstractSerializer org.openkilda.messaging.command.ObjectSerializerTest

Public Member Functions

default Object deserialize () throws IOException, ClassNotFoundException
 
default void serialize (Object obj) throws IOException
 

Public Attributes

String FILE_NAME = "target/serialization.txt"
 

Detailed Description

Definition at line 26 of file ObjectSerializer.java.

Member Function Documentation

◆ deserialize()

default Object org.openkilda.messaging.ObjectSerializer.deserialize ( ) throws IOException, ClassNotFoundException

Implements org.openkilda.messaging.AbstractSerializer.

Definition at line 30 of file ObjectSerializer.java.

◆ serialize()

default void org.openkilda.messaging.ObjectSerializer.serialize ( Object  obj) throws IOException

Implements org.openkilda.messaging.AbstractSerializer.

Definition at line 42 of file ObjectSerializer.java.

Member Data Documentation

◆ FILE_NAME

String org.openkilda.messaging.ObjectSerializer.FILE_NAME = "target/serialization.txt"

Definition at line 27 of file ObjectSerializer.java.


The documentation for this interface was generated from the following file: