public class InternalKryoInstanceFactory extends AbstractKryoInstanceFactory
KryoInstanceFactory to be used for Mule's internal serialization.
Internal serialization means that Mule needs to be able to serialize and deserialize objects that
have reference to classes not exported by the artifact that owns them.| Constructor and Description |
|---|
InternalKryoInstanceFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected com.esotericsoftware.kryo.ClassResolver |
getClassResolver(Optional<org.mule.runtime.module.artifact.api.classloader.ClassLoaderRepository> classLoaderRepository) |
getInstanceprotected com.esotericsoftware.kryo.ClassResolver getClassResolver(Optional<org.mule.runtime.module.artifact.api.classloader.ClassLoaderRepository> classLoaderRepository)
getClassResolver in class AbstractKryoInstanceFactoryclassLoaderRepository - contains all the class loaders in the container.Copyright © 2006–2019 MuleSoft, Inc.. All rights reserved.