| Interface | Description |
|---|---|
| Serializer |
Serializer to communicate client API to the implementation.
|
| Class | Description |
|---|---|
| CompatibleClassResolver |
Extends default Kryo class resolver to manage classes by FQN instead of using IDs.
|
| DefaultArrayTypeConverter |
Converter for DefaultArrayType. |
| DefaultArrayTypeSerializer<T extends org.mule.metadata.api.model.impl.DefaultArrayType> |
Serializer for DefaultArrayType. |
| DefaultInstantiatorStrategyWithCache |
Implementation that remembers the classes that has no default constructor in the graph in order to avoid
the use of reflection to retrieve the default constructor.
|
| KryoClientSerializer |
Serialization support that allows to serialize/deserialze objects from this API.
|
| KryoFactory |
Factory for
Kryo. |
| TypeIdAnnotationMapper |
List of mapped
typeAnnotations from Mule APIs to this API. |
| XmlArtifactDeserializationRequestConverter |
Converter for XmlArtifactDeserializationRequest. |
| XStreamClientSerializer |
Serializer to communicate client API to the implementation.
|
| XStreamFactory |
Factory for
XStream. |
Copyright © 2018 MuleSoft, Inc.. All rights reserved.