C# 클래스 Rebel.Framework.EntityGraph.Domain.Entity.Attribution.MetaData.StringSerializationType

상속: IAttributeSerializationDefinition
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
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