openPDC Historian Help
Deserialize<(Of <(T>)>) Method (serializedObject, serializationFormat)
NamespacesTVA.Historian.ServicesSerializationDeserialize<(Of <(T>)>)(Stream, SerializationFormat)

[This is preliminary documentation and is subject to change.]

Deserializes a serialized Object.
Declaration Syntax
C#Visual BasicVisual C++
public static T Deserialize<T>(
	Stream serializedObject,
	SerializationFormat serializationFormat
)
Public Shared Function Deserialize(Of T) ( _
	serializedObject As Stream, _
	serializationFormat As SerializationFormat _
) As T
public:
generic<typename T>
static T Deserialize(
	Stream^ serializedObject, 
	SerializationFormat serializationFormat
)
Generic Template Parameters
T
Type of the deserialized Object to be returned.
Parameters
serializedObject (Stream)
Stream contaning the serialized Object that is to be deserialized.
serializationFormat (SerializationFormat)
SerializationFormat in which the serializedObject was serialized.
Return Value
The deserialized Object.
Exceptions
ExceptionCondition
ArgumentNullException serializedObject is null.
NotSupportedExceptionSpecified serializationFormat is not supported.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.0.0