|
Type | ExpectedType [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...
|
|
Definition at line 16 of file SingleSerializer.cs.
ProtoBuf.Serializers.SingleSerializer.SingleSerializer |
( |
TypeModel |
model | ) |
|
|
inline |
object ProtoBuf.Serializers.SingleSerializer.Read |
( |
object |
value, |
|
|
ProtoReader |
source |
|
) |
| |
|
inline |
void ProtoBuf.Serializers.SingleSerializer.Write |
( |
object |
value, |
|
|
ProtoWriter |
dest |
|
) |
| |
|
inline |
Type ProtoBuf.Serializers.SingleSerializer.ExpectedType |
|
get |
The documentation for this class was generated from the following file: