C# 클래스 Rebel.Framework.Persistence.Model.Constants.SerializationTypes.StringSerializationType

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

공개 메소드들

메소드 설명
Serialize ( TypedAttribute value ) : dynamic

Serializes the specified value.

메소드 상세

Serialize() 공개 메소드

Serializes the specified value.
public Serialize ( TypedAttribute value ) : dynamic
value TypedAttribute The value.
리턴 dynamic