| Interface | Description |
|---|---|
| AMF3DeserializerSecurizer |
Implementations of this interface are used at deserialization time in
order to control arbitrary class instantiation that can result in potential
security exploits.
|
| Class | Description |
|---|---|
| AMF0Deserializer |
AMF Deserializer
|
| AMF0Serializer |
AMF Serializer
|
| AMF3Deserializer | |
| AMF3Serializer | |
| RegexAMF3DeserializerSecurizer |
A default implementation of the securizer interface that prevents arbitrary class
instantiation based on a regex pattern.
|
| Exception | Description |
|---|---|
| AMF3SerializationException |
Required for JDK 1.4 port: the IOException(Throwable cause) constructor
isn't available before JDK 5.
|