Edit

FieldCodecTester<TValue,TCodec>.RoundTripThroughUntypedSerializer Method

Definition

Round-trips a value through an untyped serializer.

protected object RoundTripThroughUntypedSerializer(object original, out string formattedBitStream);
member this.RoundTripThroughUntypedSerializer : obj * string -> obj
Protected Function RoundTripThroughUntypedSerializer (original As Object, ByRef formattedBitStream As String) As Object

Parameters

original
Object
formattedBitStream
String

Returns

Applies to