| Package | Description |
|---|---|
| com.esotericsoftware.kryonet |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonSerialization |
class |
KryoSerialization |
| Modifier and Type | Method and Description |
|---|---|
Serialization |
Client.getSerialization() |
Serialization |
EndPoint.getSerialization()
Gets the serialization instance that will be used to serialize and deserialize objects.
|
Serialization |
Server.getSerialization() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerDiscoveryHandler.onDiscoverHost(com.esotericsoftware.kryonet.UdpConnection udp,
InetSocketAddress fromAddress,
Serialization serialization)
Called when the
Server receives a FrameworkMessage.DiscoverHost packet. |
| Constructor and Description |
|---|
Client(int writeBufferSize,
int objectBufferSize,
Serialization serialization) |
Server(int writeBufferSize,
int objectBufferSize,
Serialization serialization) |
Copyright © 2014. All Rights Reserved.