C# 클래스 fCraft.Doors.DoorSerialization

상속: IConverterExtension
파일 보기 프로젝트 열기: GlennMR/800craft

공개 메소드들

메소드 설명
Deserialize ( string group, string key, string value, Map map ) : void
Serialize ( Map map, Stream stream, IMapConverterEx converter ) : int

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( string group, string key, string value, Map map ) : void
group string
key string
value string
map Map
리턴 void

Serialize() 공개 메소드

public Serialize ( Map map, Stream stream, IMapConverterEx converter ) : int
map Map
stream Stream
converter IMapConverterEx
리턴 int