Click or drag to resize

FeaturesConverterTrySerialize Method

[Missing <summary> documentation for "M:IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.FeaturesConverter.TrySerialize(System.Object,FullSerializer.fsData@,System.Type)"]

Namespace:  IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override fsResult TrySerialize(
	Object instance,
	out fsData serialized,
	Type storageType
)

Parameters

instance
Type: SystemObject

[Missing <param name="instance"/> documentation for "M:IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.FeaturesConverter.TrySerialize(System.Object,FullSerializer.fsData@,System.Type)"]

serialized
Type: fsData

[Missing <param name="serialized"/> documentation for "M:IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.FeaturesConverter.TrySerialize(System.Object,FullSerializer.fsData@,System.Type)"]

storageType
Type: SystemType

[Missing <param name="storageType"/> documentation for "M:IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.FeaturesConverter.TrySerialize(System.Object,FullSerializer.fsData@,System.Type)"]

Return Value

Type: fsResult

[Missing <returns> documentation for "M:IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.FeaturesConverter.TrySerialize(System.Object,FullSerializer.fsData@,System.Type)"]

See Also