[]
Represents a coder with encode and decode functions for a specific type.
public record Coders.Coder<T> : IEquatable<Coders.Coder<T>>
| Name | Description |
|---|---|
| T | The type to encode/decode. |
| Name | Description |
|---|---|
| Coder(Coder<T>) | |
| Coder(Func<T, string>, Func<string, T>) | Represents a coder with encode and decode functions for a specific type. |
| Name | Description |
|---|---|
| Decode | |
| Encode | |
| EqualityContract |
| Name | Description |
|---|---|
| Deconstruct(out Func<T, string>, out Func<string, T>) | |
| Equals(Coder<T>?) | |
| Equals(object?) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() |
| Name | Description |
|---|---|
| operator ==(Coder<T>?, Coder<T>?) | |
| operator !=(Coder<T>?, Coder<T>?) |