![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| void | serializeLoop () throws Exception |
| Object | deserialize () throws IOException |
| void | serialize (Object subject) throws IOException |
Static Public Member Functions | |
| static LinkProps | makeSubject () |
Additional Inherited Members | |
Public Attributes inherited from org.openkilda.messaging.StringSerializer | |
| Queue< String > | strings = new LinkedList<>() |
Definition at line 27 of file LinkPropsTest.java.
| Object org.openkilda.messaging.model.LinkPropsTest.deserialize | ( | ) | throws IOException |
Implements org.openkilda.messaging.StringSerializer.
Definition at line 52 of file LinkPropsTest.java.
|
static |
Produce LinkProps object with predefined data.
Definition at line 40 of file LinkPropsTest.java.
| void org.openkilda.messaging.model.LinkPropsTest.serialize | ( | Object | subject | ) | throws IOException |
Implements org.openkilda.messaging.StringSerializer.
Definition at line 57 of file LinkPropsTest.java.
| void org.openkilda.messaging.model.LinkPropsTest.serializeLoop | ( | ) | throws Exception |
Definition at line 29 of file LinkPropsTest.java.