C# Class fCraft.ZoneConverterExtension

Inheritance: IConverterExtension
Show file Open project: GlennMR/800craft

Public Methods

Method Description
Deserialize ( string group, string key, string value, Map map ) : void
Serialize ( Map map, Stream stream, IMapConverterEx converter ) : int

Private Methods

Method Description
SerializeZone ( [ zone ) : string

Method Details

Deserialize() public method

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

Serialize() public method

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