Edit

FieldCodecTester<TValue,TCodec>.CanRoundTripViaSerializer Method

Definition

Checks if values can be round-tripped through Serializer<T> when using TValue as the type parameter.

[Xunit.Fact]
public void CanRoundTripViaSerializer();
[<Xunit.Fact>]
member this.CanRoundTripViaSerializer : unit -> unit
Public Sub CanRoundTripViaSerializer ()
Attributes
Xunit.FactAttribute

Applies to