Edit

FieldCodecTester<TValue,TCodec>.CanRoundTripViaObjectSerializer Method

Definition

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

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

Applies to