Change WorldSerialization to deserialize into a NativeArray (NativeMemoryStream) instead of MemoryStream
- reduces heap reserved memory by 500MB when deserializing map due to many MemoryStream allocations
- add `loadmap` test command to load local map when profiling deserialization