Interface IFormatReader
Root-level reader object used during deserialization.
Inherited Members
System.IDisposable.Dispose()
Namespace: ExtendedXmlSerializer.ContentModel.Format
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IFormatReader : IFormat, ISource<object>, IIdentityStore, IDisposable, ISpecification<IIdentity>, IIdentity, IReflectionParser, IParser<MemberInfo>, IParameterizedSource<string, MemberInfo>
Methods
Content()
Gets the content found within the current xml document element being processed.
Declaration
string Content()
Returns
System.String
Text (if any) representing the current content. |
Set()
Used to set the current reader so that it is located on content and not within attribute data.
Declaration
void Set()