org.terracotta.cache.serialization
Interface UnsafeSerializationStrategy<T>

All Known Implementing Classes:
DsoSerializationStrategy, DsoSerializationStrategy2, DsoSerializationStrategy3, NonDsoSerializationStrategy

public interface UnsafeSerializationStrategy<T>


Method Summary
 T unsafelyDeserialize(byte[] data)
           
 T unsafelyDeserialize(byte[] value, ClassLoader classLoader)
           
 

Method Detail

unsafelyDeserialize

T unsafelyDeserialize(byte[] value,
                      ClassLoader classLoader)
                      throws IOException,
                             ClassNotFoundException
Throws:
IOException
ClassNotFoundException

unsafelyDeserialize

T unsafelyDeserialize(byte[] data)
                      throws IOException,
                             ClassNotFoundException
Throws:
IOException
ClassNotFoundException


Copyright © 2015 Terracotta, Inc.. All Rights Reserved.