Make AssetMetadata [Serializable] to help in binary caching

This commit is contained in:
Melanie Thielker
2009-06-03 19:54:19 +00:00
parent 6e494e5de5
commit 18cc7ffa44

View File

@@ -157,6 +157,7 @@ namespace OpenSim.Framework
}
}
[Serializable]
public class AssetMetadata
{
private UUID m_fullid;