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

Inheritance: IAttributeSerializationDefinition
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
Serialize ( TypedAttribute value ) : dynamic

Serializes the specified value.

Method Details

Serialize() public méthode

Serializes the specified value.
public Serialize ( TypedAttribute value ) : dynamic
value TypedAttribute The value.
Résultat dynamic