|
28 | 28 | import Foundation |
29 | 29 |
|
30 | 30 | // Helper class for serialize or deserialize swift objects to string or binary format. |
31 | | -@available(macOS 10.12, iOS 10.3, watchOS 3.3, tvOS 12.0, *) |
32 | 31 | class ObjectSerializer { |
33 | 32 | private init() { } |
34 | 33 |
|
@@ -84,6 +83,7 @@ class ObjectSerializer { |
84 | 83 | "CustomXmlPartsCollection, _": CustomXmlPartsCollection.self, |
85 | 84 | "CustomXmlPartsResponse, _": CustomXmlPartsResponse.self, |
86 | 85 | "CustomXmlPartUpdate, _": CustomXmlPartUpdate.self, |
| 86 | + "DigitalSignatureDetails, _": DigitalSignatureDetails.self, |
87 | 87 | "DocmSaveOptionsData, _": DocmSaveOptionsData.self, |
88 | 88 | "DocSaveOptionsData, _": DocSaveOptionsData.self, |
89 | 89 | "Document, _": Document.self, |
@@ -252,6 +252,9 @@ class ObjectSerializer { |
252 | 252 | "SectionPageSetupResponse, _": SectionPageSetupResponse.self, |
253 | 253 | "SectionResponse, _": SectionResponse.self, |
254 | 254 | "Shading, _": Shading.self, |
| 255 | + "Signature, _": Signature.self, |
| 256 | + "SignatureCollectionResponse, _": SignatureCollectionResponse.self, |
| 257 | + "SignOptions, _": SignOptions.self, |
255 | 258 | "SplitDocumentResponse, _": SplitDocumentResponse.self, |
256 | 259 | "SplitDocumentResult, _": SplitDocumentResult.self, |
257 | 260 | "StatDataResponse, _": StatDataResponse.self, |
|
0 commit comments