Show / Hide Table of Contents

Interface IFormat

Base container that holds identities and the native root objects (e.g. System.Xml.XmlReader, or System.Xml.XmlWriter) during deserialization or serialization.

Inherited Members
ISource<Object>.Get()
IIdentityStore.Get(String, String)
System.IDisposable.Dispose()
Namespace: ExtendedXmlSerializer.ContentModel.Format
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IFormat : ISource<object>, IIdentityStore, IDisposable

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)
ExtensionMethodsForCoreSources.Singleton<T>(ISource<T>)
ExtensionMethodsForCoreSources.ToSourceDelegate<T>(ISource<T>)
ExtensionMethodsForCoreSources.ToDelegate<T>(ISource<T>)
Back to top Generated by DocFX