attrToXml

Serialize a struct into the writer.

Only those fields and functions tagged with the UDA Attr are serialized into xml elements. The "id" as required by GraphML for custom data is derived from Attr.

package
void
attrToXml
(
T
Writer
)
(
ref T bundle
,
scope Writer recv
)

Parameters

T

type to analyse for UDA's

recv
Type: Writer

?

bundle
Type: T

?

Meta