[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rdl.Seralization.Common.Coders.SkipOnWrite

SkipOnWrite Method

SkipOnWrite<T>(Coder<T>)

Used for legacy properties which can be read but must not be written.

Declaration
public static Coders.Coder<T> SkipOnWrite<T>(this Coders.Coder<T> coder)
Parameters
Type Name Description
Coders.Coder<T> coder

The base coder.

Returns
Type Description
Coders.Coder<T>

A coder that skips writing.

Type Parameters
Name Description
T

The type to encode/decode.