See: Description
| Interface | Description | 
|---|---|
| SnapshotCodec | 
 Interface to decode and encode a transaction snapshot. 
 | 
| Class | Description | 
|---|---|
| BinaryDecoder | 
 An decoder to help read snapshots in binary format. 
 | 
| BinaryEncoder | 
 An encoder to help encode snapshots in binary format. 
 | 
| DefaultSnapshotCodec | Deprecated
 This codec is now deprecated and is replaced by  
SnapshotCodecV2. | 
| SnapshotCodecProvider | 
 Maintains the codecs for all known versions of the transaction snapshot encoding. 
 | 
| SnapshotCodecV2 | 
 Handles serialization/deserialization of a  
TransactionSnapshot
 and its elements to byte[]. | 
| SnapshotCodecV3 | 
 Handles serialization/deserialization of a  
TransactionSnapshot
 and its elements to byte[]. | 
| SnapshotCodecV4 | 
 Handles serialization/deserialization of a  
TransactionSnapshot
 and its elements to byte[]. | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.