Space Engineers
Public Member Functions | List of all members
VRage.Library.Collections.IBitSerializable Interface Reference
Inheritance diagram for VRage.Library.Collections.IBitSerializable:
VRage.Sync.SyncBase VRage.Sync.Sync< T >

Public Member Functions

bool Serialize (BitStream stream, bool validate)
 When reading, returns false when validation was required and failed, otherwise true. More...
 

Detailed Description

Definition at line 8 of file IBitSerializable.cs.

Member Function Documentation

bool VRage.Library.Collections.IBitSerializable.Serialize ( BitStream  stream,
bool  validate 
)

When reading, returns false when validation was required and failed, otherwise true.

Implemented in VRage.Sync.Sync< T >, and VRage.Sync.SyncBase.


The documentation for this interface was generated from the following file: