Class WorldSerializer
- Namespace
- Alis.Core.Physic.Common
- Assembly
- Alis.dll
Serialize the world into an XML file
public static class WorldSerializer
Inheritance
Inherited Members
Methods
Deserialize(Stream)
Deserialize the world from a stream XML
public static World Deserialize(Stream stream)
Parameters
stream
Stream
Returns
Serialize(World, Stream)
Serialize the world to a stream in XML format
public static void Serialize(World world, Stream stream)