|
Space Engineers
|
Public Member Functions | |
| ArrayDecorator (TypeModel model, IProtoSerializer tail, int fieldNumber, bool writePacked, WireType packedWireType, Type arrayType, bool overwriteList, bool supportNull) | |
| override void | Write (object value, ProtoWriter dest) |
| Perform the steps necessary to serialize this data. More... | |
| override object | Read (object value, ProtoReader source) |
| Perform the steps necessary to deserialize this data. More... | |
Properties | |
| override Type | ExpectedType [get] |
| override bool | RequiresOldValue [get] |
| override bool | ReturnsValue [get] |
Properties inherited from ProtoBuf.Serializers.ProtoDecoratorBase | |
| abstract Type | ExpectedType [get] |
| abstract bool | ReturnsValue [get] |
| abstract bool | RequiresOldValue [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... | |
Additional Inherited Members | |
Protected Member Functions inherited from ProtoBuf.Serializers.ProtoDecoratorBase | |
| ProtoDecoratorBase (IProtoSerializer tail) | |
Protected Attributes inherited from ProtoBuf.Serializers.ProtoDecoratorBase | |
| readonly IProtoSerializer | Tail |
Definition at line 16 of file ArrayDecorator.cs.
|
inline |
Definition at line 26 of file ArrayDecorator.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 166 of file ArrayDecorator.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 138 of file ArrayDecorator.cs.
|
get |
Definition at line 54 of file ArrayDecorator.cs.
|
get |
Definition at line 55 of file ArrayDecorator.cs.
|
get |
Definition at line 56 of file ArrayDecorator.cs.
1.8.8