CommonDeserializeConfigurationFrame(Stream) Method
Deserializes a configuration frame from an XML stream.
Namespace: Gemstone.PhasorProtocolsAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.181 -- Release Build+69c74c3448bebb1c8c739a856f2a43b00db6d500
Gemstone.PhasorProtocols.Common.DeserializeConfigurationFrame = function(configStream);
- configStream Stream
- Stream that contains an XML serialized configuration frame.
IConfigurationFrameDeserialized
IConfigurationFrame.
Reads legacy
SoapFormatter-produced XML via
LegacySoapDeserializer, which targets
the same wire format but works on .NET Core / .NET 5+ where
SoapFormatter is unavailable.