public static interface GenericStorableCodec.Decoder<S extends Storable>
void decode(S dest, byte[] data) throws CorruptEncodingException
dest
- storable to receive decoded propertiesdata
- decoded into properties, some of which may be dropped if
destination storable doesn't have itCorruptEncodingException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.