C# Class Rebel.Framework.Persistence.Model.Constants.SerializationTypes.StringSerializationType

Inheritance: IAttributeSerializationDefinition
Exibir arquivo Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
Serialize ( TypedAttribute value ) : dynamic

Serializes the specified value.

Method Details

Serialize() public method

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