public class CacheStorageSerializerProxy extends Object implements MetadataCacheStorageSerializer
| Constructor and Description |
|---|
CacheStorageSerializerProxy(Object proxyTarget) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(InputStream serialized) |
void |
serialize(OutputStream outputStream,
Object object) |
static CacheStorageSerializer |
withDefaultTarget(ClassLoader toolingClassLoader) |
public CacheStorageSerializerProxy(Object proxyTarget)
public static CacheStorageSerializer withDefaultTarget(ClassLoader toolingClassLoader)
public void serialize(OutputStream outputStream, Object object)
serialize in interface CacheStorageSerializerpublic <T> T deserialize(InputStream serialized)
deserialize in interface CacheStorageSerializerCopyright © 2022 MuleSoft, Inc.. All rights reserved.