CommonDeserializeConfigurationFrame(Stream) Method
Deserializes a configuration frame from an XML stream.
Namespace: Gemstone.PhasorProtocolsAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.182 -- Release Build+e7ca098e90393a2d25b77650455075d619d99c23
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.