LegacySoapDeserializerDeserialize Method
Deserializes a SOAP-formatted XML graph from stream.
Namespace: Gemstone.PhasorProtocolsAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.181 -- Release Build+69c74c3448bebb1c8c739a856f2a43b00db6d500
Gemstone.PhasorProtocols.LegacySoapDeserializer.Deserialize = function(stream, binder);
- stream Stream
- Source stream containing legacy SOAP XML.
- binder SerializationBinder (Optional)
-
Optional SerializationBinder used to translate serialized type names to current runtime
types. Defaults to SafeBinder, which fails closed for any type outside the phasor-protocol
assemblies. Pass LegacyBinder for unrestricted resolution (trusted input only).
ObjectThe root object of the deserialized graph (the first element under
SOAP-ENV:Body).