Name | Description | |
---|---|---|
![]() ![]() | Int | Gets a coder for integer values. |
![]() ![]() | OptionalString | Gets a coder for strings with a null value as the default. |
![]() ![]() | StringDefEmpty | Gets a coder for strings with an empty string as the default value. |
The following tables list the members exposed by Coders.
Name | Description | |
---|---|---|
![]() ![]() | Int | Gets a coder for integer values. |
![]() ![]() | OptionalString | Gets a coder for strings with a null value as the default. |
![]() ![]() | StringDefEmpty | Gets a coder for strings with an empty string as the default value. |
Name | Description | |
---|---|---|
![]() ![]() | IntDefZero | Gets a coder for integer values with 0 as the default value. |
Name | Description | |
---|---|---|
![]() ![]() | Bool | Overloaded. Creates a coder for boolean values. |
![]() ![]() | Default<T> | Creates a coder with a default value. |
![]() ![]() | Enum | Overloaded. Creates a coder for enumeration values. |
![]() ![]() | SkipOnWrite<T> | Used for legacy properties which can be read but must not be written. |
![]() ![]() | SkipOnWriteIf<T> | Creates a coder for objects with a value which shouldn't be written is satisfies the condition. |
![]() ![]() | String | Creates a coder for strings with a default value. |