[]
Represents an object coder with write and read functions for a specific type.
public record Coders.ObjectCoder<T> : IEquatable<Coders.ObjectCoder<T>>
| Name | Description |
|---|---|
| T | The type to write/read. |
| Name | Description |
|---|---|
| ObjectCoder(ObjectCoder<T>) | |
| ObjectCoder(Action<XmlWriter, T>, Func<XmlReader, T>) | Represents an object coder with write and read functions for a specific type. |
| Name | Description |
|---|---|
| EqualityContract | |
| Read | |
| Write |
| Name | Description |
|---|---|
| Deconstruct(out Action<XmlWriter, T>, out Func<XmlReader, T>) | |
| Equals(ObjectCoder<T>?) | |
| Equals(object?) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() |
| Name | Description |
|---|---|
| operator ==(ObjectCoder<T>?, ObjectCoder<T>?) | |
| operator !=(ObjectCoder<T>?, ObjectCoder<T>?) |