C# 클래스 ManagedFusion.Serialization.Serializer

파일 보기 프로젝트 열기: managedfusion/managedfusion 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( string input, IDeserializer deserializer ) : object
FromCollection ( ICollection collection, ISerializerOptions options ) : ICollection

Serializes the specified collection.

FromObject ( object obj, ISerializerOptions options ) : object>.IDictionary

Serializes the specified obj.

Serialize ( object obj, ISerializer serializer ) : string

Serializes the specified obj.

Serializer ( ) : System

비공개 메소드들

메소드 설명
SerializeName ( MemberInfo member ) : string

Serializes the name.

SerializeObject ( object obj, int level, int levelLimit ) : object>.IDictionary

Serializes the object.

SerializeValue ( object obj, int level, int levelLimit ) : object

Serializes the value.

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( string input, IDeserializer deserializer ) : object
input string
deserializer IDeserializer
리턴 object

FromCollection() 공개 메소드

Serializes the specified collection.
public FromCollection ( ICollection collection, ISerializerOptions options ) : ICollection
collection ICollection
options ISerializerOptions
리턴 ICollection

FromObject() 공개 메소드

Serializes the specified obj.
public FromObject ( object obj, ISerializerOptions options ) : object>.IDictionary
obj object The obj.
options ISerializerOptions
리턴 object>.IDictionary

Serialize() 공개 메소드

Serializes the specified obj.
public Serialize ( object obj, ISerializer serializer ) : string
obj object The obj.
serializer ISerializer The serializer.
리턴 string

Serializer() 공개 메소드

public Serializer ( ) : System
리턴 System