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.182 -- Release Build+e7ca098e90393a2d25b77650455075d619d99c23
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