Show / Hide Table of Contents

Interface IXmlReaderFactory

Responsible for providing a reader per deserialization operation.

Inherited Members
IParameterizedSource<Stream, XmlReader>.Get(Stream)
IParameterizedSource<TextReader, XmlReader>.Get(TextReader)
Namespace: ExtendedXmlSerializer.ExtensionModel.Xml
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IXmlReaderFactory : IParameterizedSource<Stream, XmlReader>, IParameterizedSource<TextReader, XmlReader>

Extension Methods

ExtensionMethods.Return<T, TOut>(T, TOut)
ExtensionMethods.To<T>(Object)
ExtensionMethods.AsValid<T>(Object, String)
ExtensionMethodsForAttachedProperties.Get<TType, TValue>(TType, Property<TType, TValue>)
ExtensionMethodsForAttachedProperties.Set<TType, TValue>(TType, Property<TType, TValue>, TValue)
ExtensionMethodsForCoreSources.If<TParameter, TResult>(TResult, ISpecification<TParameter>)
ExtensionMethodsForCoreSources.Let<TSpecification, TInstance>(TInstance, ISpecification<TSpecification>, TInstance)
Back to top Generated by DocFX