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

Public Member Functions

 SystemTypeSerializer (ProtoBuf.Meta.TypeModel model)
 

Properties

Type ExpectedType [get]
 
- 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 15 of file SystemTypeSerializer.cs.

Constructor & Destructor Documentation

ProtoBuf.Serializers.SystemTypeSerializer.SystemTypeSerializer ( ProtoBuf.Meta.TypeModel  model)
inline

Definition at line 22 of file SystemTypeSerializer.cs.

Property Documentation

Type ProtoBuf.Serializers.SystemTypeSerializer.ExpectedType
get

Definition at line 28 of file SystemTypeSerializer.cs.


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