Parameters
- obj
- the object being constructed
This is called by GoXmlReader.ConsumeObject. By default this calls ConsumeAttributes on the InheritsFromTransformer, to allow another specific transformer to implement this behavior, or else calls GoXmlWriter.InvokeConsumeAttributes, to allow this TransformerType's base Type
to provide a default behavior. If IdAttributeUsedForSharedObjects is true, this method also looks at the "id" attribute and, if present, will associate that identifier with the given obj by calling GoXmlReader.MakeShared.