Space Engineers
Public Member Functions | List of all members
ProtoBuf.Serializers.SubItemSerializer Class Reference
Inheritance diagram for ProtoBuf.Serializers.SubItemSerializer:
ProtoBuf.Serializers.IProtoTypeSerializer ProtoBuf.Serializers.IProtoSerializer

Public Member Functions

 SubItemSerializer (Type type, int key, ISerializerProxy proxy, bool recursionCheck)
 

Additional Inherited Members

- Properties inherited from ProtoBuf.Serializers.IProtoSerializer
Type ExpectedType [get]
 The type that this serializer is intended to work for. More...
 
bool RequiresOldValue [get]
 Indicates whether a Read operation replaces the existing value, or extends the value. If false, the "value" parameter to Read is discarded, and should be passed in as null. More...
 
bool ReturnsValue [get]
 Now all Read operations return a value (although most do); if false no value should be expected. More...
 

Detailed Description

Definition at line 17 of file SubItemSerializer.cs.

Constructor & Destructor Documentation

ProtoBuf.Serializers.SubItemSerializer.SubItemSerializer ( Type  type,
int  key,
ISerializerProxy  proxy,
bool  recursionCheck 
)
inline

Definition at line 52 of file SubItemSerializer.cs.


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