C# Class Artemis.Engine.Utilities.Serialize.PartialStringSerializer

A StringSerializer who's "ToString" is simply the object's "ToString" method.
Inheritance: AbstractStringSerializer
Afficher le fichier Open project: ArtemisEngine/Artemis-Engine

Méthodes publiques

Méthode Description
ToString ( object obj ) : string

Convert a string to an object. Note: this should be the inverse operation to the object's "ToString" method.

Method Details

ToString() public méthode

Convert a string to an object. Note: this should be the inverse operation to the object's "ToString" method.
public ToString ( object obj ) : string
obj object
Résultat string