FieldSerializationResult
Overview
FieldSerializationResult is a class in Aspose.PDF FOSS for .NET.
Per-field outcome of an ExportToJson or ImportFromJson call.
Properties: ErrorMessages, FieldFullName, FieldSerializationStatus, WarningMessages.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ErrorMessages | HashSet<string> | Read | Errors raised for this field, if any. |
WarningMessages | HashSet<string> | Read | Warnings raised for this field, if any. |
FieldFullName | string | Read | Full name (dotted path) of the field. |
FieldSerializationStatus | FieldSerializationStatus | Read | Final outcome — Success / Warning / Error. |