Show / Hide Table of Contents

Interface IMemberSerialization

Used to contain serializers for a particular member. Used during runtime purposes by providing the value of a member, as well as a general store to retrieve a member serializer based on member name.

Inherited Members
ISource<ImmutableArray<IMemberSerializer>>.Get()
IParameterizedSource<String, IMemberSerializer>.Get(String)
IParameterizedSource<Object, ImmutableArray<IMemberSerializer>>.Get(Object)
Namespace: ExtendedXmlSerializer.ContentModel.Members
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IMemberSerialization : ISource<ImmutableArray<IMemberSerializer>>, IParameterizedSource<string, IMemberSerializer>, IParameterizedSource<object, ImmutableArray<IMemberSerializer>>

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