Interface that helps with serialization tests. More...
| Public Member Functions | |
| byte [] | GetBuffer () | 
| Returns the data buffer of the serialized object.  More... | |
| bool | ValidateBuffer (byte[] buffer) | 
| Validates the specified data buffer to the data of the serialized object.  More... | |
Interface that helps with serialization tests.
| byte [] CryEngine.Serialization.ISerializedObject.GetBuffer | ( | ) | 
Returns the data buffer of the serialized object.
| bool CryEngine.Serialization.ISerializedObject.ValidateBuffer | ( | byte [] | buffer | ) | 
Validates the specified data buffer to the data of the serialized object.
| buffer |