javax.cache
Interface Serializer.Binary<V>

Type Parameters:
V - type being stored
Enclosing interface:
Serializer<V>

public static interface Serializer.Binary<V>

Internal storage


Method Summary
 V get()
          Get the stored value
 

Method Detail

get

V get()
Get the stored value

Returns:
the value
Throws:
CacheException - if an error occurred during de-serialization or if binary is not a Binary obtained from a call to keyToBinary of a compatible serializer.


Copyright © 2011. All Rights Reserved.