| Package | Description |
|---|---|
| org.atmosphere.runtime |
| Modifier and Type | Field and Description |
|---|---|
protected Class<Serializer> |
AtmosphereFramework.defaultSerializerClass |
| Modifier and Type | Method and Description |
|---|---|
Serializer |
AtmosphereResourceImpl.getSerializer() |
Serializer |
AtmosphereResource.getSerializer()
Get the
Serializer or null if not defined. |
| Modifier and Type | Method and Description |
|---|---|
Class<Serializer> |
AtmosphereFramework.getDefaultSerializerClass()
Get the default
Serializer class to use for AtmosphereResources. |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereResource |
AtmosphereResourceImpl.setSerializer(Serializer s)
Set the
Serializer used to write broadcasted objects. |
AtmosphereResource |
AtmosphereResource.setSerializer(Serializer s)
Set the
Serializer to use when AtmosphereResource.write(java.lang.String) execute the operation. |
Copyright © 2017. All Rights Reserved.