Click or drag to resize
FdfSerializerTryDeserializeT Method

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static bool TryDeserialize<T>(
	ref T obj,
	string fileName,
	FdfSerializerFormat format = FdfSerializerFormat.Xml,
	string zipEntryName = "Package.xml",
	FdfResultCollection outResults = null
)

Parameters

obj
Type: T
fileName
Type: SystemString
format (Optional)
Type: FDF.CommonFdfSerializerFormat
zipEntryName (Optional)
Type: SystemString
outResults (Optional)
Type: FDF.Common.RuntimeFdfResultCollection

Type Parameters

T

Return Value

Type: Boolean
See Also