com.tc.object.dna.api |
|
Java Source File Name | Type | Comment |
DNA.java | Interface | Represents the data of an object. |
DNACursor.java | Interface | A ResultSet-like interface for iterating over the fields of a DNA strand. |
DNAEncoding.java | Interface | Defines how to encode DNA onto a stream or decode data from a stream, with some different policies for encoding. |
DNAException.java | Class | Generic exception thrown when working with DNA. |
DNAWriter.java | Interface | Interface for writing DNA. |
LiteralAction.java | Class | A Literal Value Action. |
LogicalAction.java | Class | A logical action representing a method invocation to be replayed elsewhere. |
PhysicalAction.java | Class | |