Serialization Class
Common serialization related functions.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.158 -- Release Build+8af53c44e6ad1fac543a652d58b46c9843b74b64
public static class Serialization
Gemstone.Serialization = function();
Type.createClass(
'Gemstone.Serialization');
- Inheritance
- Object Serialization
| 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.
|