Open Kilda Java Documentation
org.openkilda.messaging.StringSerializer Interface Reference
Inheritance diagram for org.openkilda.messaging.StringSerializer:
org.openkilda.messaging.AbstractSerializer org.openkilda.messaging.command.StringSerializerTest org.openkilda.messaging.model.LinkPropsTest org.openkilda.messaging.model.NetworkEndpointMaskTest org.openkilda.messaging.model.NetworkEndpointTest org.openkilda.messaging.te.request.LinkPropsDropTest org.openkilda.messaging.te.request.LinkPropsPutTest org.openkilda.messaging.te.response.LinkPropsResponseTest

Public Member Functions

default Object deserialize () throws IOException
 
default void serialize (Object object) throws IOException
 

Public Attributes

Queue< String > strings = new LinkedList<>()
 

Detailed Description

Definition at line 24 of file StringSerializer.java.

Member Function Documentation

◆ deserialize()

default Object org.openkilda.messaging.StringSerializer.deserialize ( ) throws IOException

◆ serialize()

default void org.openkilda.messaging.StringSerializer.serialize ( Object  object) throws IOException

Member Data Documentation

◆ strings

Queue<String> org.openkilda.messaging.StringSerializer.strings = new LinkedList<>()

Definition at line 25 of file StringSerializer.java.


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