XmpSerializerRdf
XmpSerializerRdf Public class
Description
Serializes the ...
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.xmp.impl
iTextSharp.xmp.impl.XmpSerializerRdf[[XmpSerializerRdf]]
end
Members
Methods
Public methods
| Returns | Name |
|---|---|
void | Serialize(IXmpMeta xmp, Stream out, SerializeOptions options)The actual serialization. |
Protected internal methods
| Returns | Name |
|---|---|
void | CheckOptionsConsistence()Checks if the supplied options are consistent. |
Details
Summary
Serializes the
XMPMeta
-object using the standard RDF serialization format. The output is written to an
OutputStream
according to the
SerializeOptions
Constructors
XmpSerializerRdf
Source codepublic XmpSerializerRdf()
Methods
Serialize
Source codepublic virtual void Serialize(IXmpMeta xmp, Stream out, SerializeOptions options)
Arguments
| Type | Name | Description |
|---|---|---|
IXmpMeta | xmp | the metadata object to be serialized |
Stream | out | outputStream the output stream to Serialize to |
SerializeOptions | options | the serialization options |
Summary
The actual serialization.
Exceptions
| Name | Description |
|---|---|
| XmpException | If case of wrong options or any other serialization error. |
CheckOptionsConsistence
Source codeprotected internal virtual void CheckOptionsConsistence()
Summary
Checks if the supplied options are consistent.
Exceptions
| Name | Description |
|---|---|
| XmpException | Thrown if options are conflicting |
Generated with ModularDoc