CryEngine.Serialization.ISerializedObject

CryEngine.Serialization.ISerializedObject

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...

Detailed Description

Interface that helps with serialization tests.

Member Function Documentation

◆ GetBuffer()

byte [] CryEngine.Serialization.ISerializedObject.GetBuffer ( )

Returns the data buffer of the serialized object.

Returns

◆ ValidateBuffer()

bool CryEngine.Serialization.ISerializedObject.ValidateBuffer ( byte [] buffer)

Validates the specified data buffer to the data of the serialized object.

Parameters
buffer
Returns