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

A StringSerializer who's "ToString" is simply the object's "ToString" method.
Inheritance: AbstractStringSerializer
ファイルを表示 Open project: ArtemisEngine/Artemis-Engine

Public Methods

Method 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 method

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
return string