FieldCodecTester<TValue,TCodec>.RoundTripThroughUntypedSerializer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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