C# Класс Rebel.Framework.EntityGraph.Domain.Entity.Attribution.MetaData.StringSerializationType

Наследование: IAttributeSerializationDefinition
Показать файл Открыть проект

Открытые методы

Метод Описание
Serialize ( ITypedAttribute value ) : dynamic

Serializes the specified value.

The reason this has an out parameter rather than a returntype of TAllowedType is that TAllowedType would require a parameterless constructor, making it impossible to call this method having passed System.String and other primitive types as TAllowedType.

Описание методов

Serialize() публичный Метод

Serializes the specified value.
The reason this has an out parameter rather than a returntype of TAllowedType is that TAllowedType would require a parameterless constructor, making it impossible to call this method having passed System.String and other primitive types as TAllowedType.
public Serialize ( ITypedAttribute value ) : dynamic
value ITypedAttribute The value.
Результат dynamic