| Class | Description |
|---|---|
| ArtifactClassLoaderObjectInputStream |
Customized version of
ObjectInputStream that reads the identifier of the class loader that loaded the class of the
serialized object. |
| ArtifactClassLoaderObjectOutputStream |
Customized version of
ObjectOutputStream that for each serialized object, writes the identifier of the classLoader that
loaded the object's class. |
| ArtifactObjectSerializer | |
| CustomJavaSerializationProtocol |
Custom serialization protocol that uses
ArtifactClassLoaderObjectInputStream and ArtifactClassLoaderObjectOutputStream
to write and read serialized objects to support deserialization of non exported classes. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.