| Interface | Description |
|---|---|
| ClassSerializerFilter |
Filter to select which classes should be included in the serialization when writing and reading data.
|
| FieldSerializerFilter |
Filter to select which fields for a type should be included in the serialization when writing and reading data.
|
| Serializer |
Serializer to communicate client API to the implementation.
|
| Class | Description |
|---|---|
| ClassLoaderClassSerializerFilter |
Implementation that uses the target
ClassLoader to check for fields to be included or not in the serialization. |
| ClassLoaderFieldSerializerFilter |
Implementation that uses the target
ClassLoader to check for fields to be included or not in the serialization. |
| 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.
|
| ExtendedCompatibleFieldSerializer<T> |
Compatible field serialized that removes fields to be serialized based on the target class loader and type.
|
| InputStreamKryoSerializer | |
| KryoClientSerializer |
Serialization support that allows to serialize/deserialze objects from this API.
|
| KryoFactory |
Factory for
Kryo. |
| XmlArtifactDeserializationRequestConverter |
Converter for XmlArtifactDeserializationRequest. |
| XStreamClientSerializer |
Serializer to communicate client API to the implementation.
|
| XStreamFactory |
Factory for
XStream. |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.