Skip to main content
Skip table of contents

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
ReturnsName
voidSerialize(IXmpMeta xmp, Stream out, SerializeOptions options)
The actual serialization.
Protected internal methods
ReturnsName
voidCheckOptionsConsistence()
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 code

public XmpSerializerRdf()

Methods

Serialize

Source code

public virtual void Serialize(IXmpMeta xmp, Stream out, SerializeOptions options)
Arguments
TypeNameDescription
IXmpMetaxmpthe metadata object to be serialized
StreamoutoutputStream the output stream to Serialize to
SerializeOptionsoptionsthe serialization options
Summary

The actual serialization.

Exceptions
NameDescription
XmpExceptionIf case of wrong options or any other serialization error.
CheckOptionsConsistence

Source code

protected internal virtual void CheckOptionsConsistence()
Summary

Checks if the supplied options are consistent.

Exceptions
NameDescription
XmpExceptionThrown if options are conflicting

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.