Serialization Class

Common serialization related functions.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.110 -- Release Build+3e0464f4461df4d3e1175b13966eb47ff832554d
public static class Serialization
Inheritance
Object    Serialization

Methods

GetOrDefaultT Gets SerializationInfo value for specified name; otherwise defaultValue.
GetValues Gets values of a SerializationInfo instance compatible with Linq operations.

Fields

LegacyBinder Serialization binder used to deserialize files that were serialized using the old library frameworks (TVA Code Library, Time Series Framework, TVA.PhasorProtocols, and PMU Connection Tester) into classes in the Grid Solutions Framework.

See Also