[]
Used for legacy properties which can be read but must not be written.
public static Coders.Coder<T> SkipOnWrite<T>(this Coders.Coder<T> coder)
| Type | Name | Description |
|---|---|---|
| Coders.Coder<T> | coder | The base coder. |
| Type | Description |
|---|---|
| Coders.Coder<T> | A coder that skips writing. |
| Name | Description |
|---|---|
| T | The type to encode/decode. |