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

Public Member Functions

 GuidSerializer (ProtoBuf.Meta.TypeModel model)
 
void Write (object value, ProtoWriter dest)
 Perform the steps necessary to serialize this data. More...
 
object Read (object value, ProtoReader source)
 Perform the steps necessary to deserialize this data. More...
 

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 12 of file GuidSerializer.cs.

Constructor & Destructor Documentation

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

Definition at line 19 of file GuidSerializer.cs.

Member Function Documentation

object ProtoBuf.Serializers.GuidSerializer.Read ( object  value,
ProtoReader  source 
)
inline

Perform the steps necessary to deserialize this data.

Parameters
valueThe current value, if appropriate.
sourceThe reader providing the input data.
Returns
The updated / replacement value.

Implements ProtoBuf.Serializers.IProtoSerializer.

Definition at line 36 of file GuidSerializer.cs.

void ProtoBuf.Serializers.GuidSerializer.Write ( object  value,
ProtoWriter  dest 
)
inline

Perform the steps necessary to serialize this data.

Parameters
valueThe value to be serialized.
destThe writer entity that is accumulating the output data.

Implements ProtoBuf.Serializers.IProtoSerializer.

Definition at line 32 of file GuidSerializer.cs.

Property Documentation

Type ProtoBuf.Serializers.GuidSerializer.ExpectedType
get

Definition at line 26 of file GuidSerializer.cs.


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