Space Engineers
|
Public Member Functions | |
TupleSerializer (RuntimeTypeModel model, ConstructorInfo ctor, MemberInfo[] members) | |
bool | HasCallbacks (Meta.TypeModel.CallbackType callbackType) |
object | Read (object value, ProtoReader source) |
Perform the steps necessary to deserialize this data. More... | |
void | Write (object value, ProtoWriter dest) |
Perform the steps necessary to serialize this data. More... | |
Public Member Functions inherited from ProtoBuf.Serializers.IProtoTypeSerializer | |
bool | HasCallbacks (TypeModel.CallbackType callbackType) |
void | Callback (object value, TypeModel.CallbackType callbackType, SerializationContext context) |
Properties | |
Type | ExpectedType [get] |
bool | RequiresOldValue [get] |
bool | ReturnsValue [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... | |
Definition at line 15 of file TupleSerializer.cs.
|
inline |
Definition at line 20 of file TupleSerializer.cs.
|
inline |
Definition at line 67 of file TupleSerializer.cs.
|
inline |
Perform the steps necessary to deserialize this data.
value | The current value, if appropriate. |
source | The reader providing the input data. |
Implements ProtoBuf.Serializers.IProtoSerializer.
Definition at line 107 of file TupleSerializer.cs.
|
inline |
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.IProtoSerializer.
Definition at line 133 of file TupleSerializer.cs.
|
get |
Definition at line 76 of file TupleSerializer.cs.
|
get |
Definition at line 143 of file TupleSerializer.cs.
|
get |
Definition at line 148 of file TupleSerializer.cs.