Space Engineers
|
Public Member Functions | |
NullDecorator (TypeModel model, IProtoSerializer tail) | |
override object | Read (object value, ProtoReader source) |
Perform the steps necessary to deserialize this data. More... | |
override void | Write (object value, ProtoWriter dest) |
Perform the steps necessary to serialize this data. More... | |
Public Attributes | |
const int | Tag = 1 |
Properties | |
override Type | ExpectedType [get] |
override bool | ReturnsValue [get] |
override bool | RequiresOldValue [get] |
![]() | |
abstract Type | ExpectedType [get] |
abstract bool | ReturnsValue [get] |
abstract bool | RequiresOldValue [get] |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
ProtoDecoratorBase (IProtoSerializer tail) | |
![]() | |
readonly IProtoSerializer | Tail |
Definition at line 16 of file NullDecorator.cs.
|
inline |
Definition at line 20 of file NullDecorator.cs.
|
inlinevirtual |
Perform the steps necessary to deserialize this data.
value | The current value, if appropriate. |
source | The reader providing the input data. |
Implements ProtoBuf.Serializers.ProtoDecoratorBase.
Definition at line 155 of file NullDecorator.cs.
|
inlinevirtual |
Perform the steps necessary to serialize this data.
value | The value to be serialized. |
dest | The writer entity that is accumulating the output data. |
Implements ProtoBuf.Serializers.ProtoDecoratorBase.
Definition at line 170 of file NullDecorator.cs.
const int ProtoBuf.Serializers.NullDecorator.Tag = 1 |
Definition at line 19 of file NullDecorator.cs.
|
get |
Definition at line 41 of file NullDecorator.cs.
|
get |
Definition at line 49 of file NullDecorator.cs.
|
get |
Definition at line 45 of file NullDecorator.cs.