CommonDeserializeConfigurationFrame(Stream) Method

Deserializes a configuration frame from an XML stream.

Definition

Namespace: Gemstone.PhasorProtocols
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.181 -- Release Build+69c74c3448bebb1c8c739a856f2a43b00db6d500
public static IConfigurationFrame? DeserializeConfigurationFrame(
	Stream configStream
)

Parameters

configStream  Stream
Stream that contains an XML serialized configuration frame.

Return Value

IConfigurationFrame
Deserialized IConfigurationFrame.

Remarks

Reads legacy SoapFormatter-produced XML via LegacySoapDeserializer, which targets the same wire format but works on .NET Core / .NET 5+ where SoapFormatter is unavailable.

See Also