Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
Package PushTechnology.ClientInterface.Data

Namespaces

package  Binary
 
package  CBOR
 
package  Diff
 
package  JSON
 

Classes

interface  IBinaryDelta
 Represents a binary delta type. More...
 
interface  IBytes
 Represents a read-only interface for values that are internally represented as binary data. More...
 
interface  IDataType
 Represents a data type that is specified for a particular value type. It provides methods to convert values to and from binary. Diffusion provides several IDataTypes implementations. More...
 
interface  IDataType< TValue >
 Represents a data type that is specified for a particular value type. It provides methods to convert values to and from binary. Diffusion provides several IDataTypes implementations. More...
 
interface  IDataTypes
 Represents all Diffusion data type implementations. More...
 
interface  IDeltaType
 Represents an optional extension provided by IDataType implementations that support incremental changes to values. More...
 
interface  IDeltaType< TValue, TDelta >
 Represents an optional extension provided by IDataType implementations that support incremental changes to values. More...