Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
<PTDiffusionDataType> Protocol Reference

Methods implemented by classes providing data type implementations. More...

#include <PTDiffusionDataType.h>

Properties

NSString * typeName

Detailed Description

Methods implemented by classes providing data type implementations.

A data type is specified for a particular class (its value class). It provides methods to convert values of the value class to and from binary. Diffusion provides several data type implementations.

A data type can optionally support incremental changes to values, represented by one or more types of delta.

See also
PTDiffusionDataTypes
Since
6.0

Property Documentation

◆ typeName

- (NSString*) typeName
readnonatomicassign

The unique external identifier for this data type.

Since
6.0