[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rdl.Seralization.Common.Coders.Coder-1

Coders.Coder<T> Class

Represents a coder with encode and decode functions for a specific type.

Inheritance
Coders.Coder<T>
Implements
Namespace: GrapeCity.ActiveReports.Core.Rdl.Seralization.Common
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public record Coders.Coder<T> : IEquatable<Coders.Coder<T>>
Type Parameters
Name Description
T

The type to encode/decode.

Constructors

Name Description
Coder(Coder<T>)
Coder(Func<T, string>, Func<string, T>)

Represents a coder with encode and decode functions for a specific type.

Properties

Name Description
Decode
Encode
EqualityContract

Methods

Name Description
Deconstruct(out Func<T, string>, out Func<string, T>)
Equals(Coder<T>?)
Equals(object?)
GetHashCode()
PrintMembers(StringBuilder)
ToString()

Operators

Name Description
operator ==(Coder<T>?, Coder<T>?)
operator !=(Coder<T>?, Coder<T>?)

Extension Methods