C# 클래스 Artemis.Engine.Utilities.Serialize.PartialStringSerializer

A StringSerializer who's "ToString" is simply the object's "ToString" method.
상속: AbstractStringSerializer
파일 보기 프로젝트 열기: ArtemisEngine/Artemis-Engine

공개 메소드들

메소드 설명
ToString ( object obj ) : string

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

메소드 상세

ToString() 공개 메소드

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
리턴 string