Method | Description | |
---|---|---|
Deserialize ( int num, object obj, ProtoBuf.ProtoReader protoReader ) : object |
The deserialize.
|
|
GetKeyImpl ( |
The get key impl.
|
|
Serialize ( int num, object obj, |
The serialize.
|
Method | Description | |
---|---|---|
Read ( CompiledAsset compiledAsset, ProtoBuf.ProtoReader protoReader ) : CompiledAsset |
The read.
|
|
Read ( PlatformData platformData, ProtoBuf.ProtoReader protoReader ) : PlatformData |
The read.
|
|
Read ( TargetPlatform targetPlatform, ProtoBuf.ProtoReader protoReader ) : TargetPlatform |
The read.
|
|
Write ( CompiledAsset compiledAsset, |
The write.
|
|
Write ( PlatformData platformData, |
The write.
|
|
Write ( TargetPlatform targetPlatform, |
The write.
|
|
_2 ( object obj, ProtoBuf.ProtoReader protoReader ) : object |
The _2.
|
protected Deserialize ( int num, object obj, ProtoBuf.ProtoReader protoReader ) : object | ||
num | int | /// The num. /// |
obj | object | /// The obj. /// |
protoReader | ProtoBuf.ProtoReader | /// The proto reader. /// |
return | object |
protected GetKeyImpl ( |
||
value | /// The value. /// | |
return | int |
protected Serialize ( int num, object obj, |
||
num | int | /// The num. /// |
obj | object | /// The obj. /// |
protoWriter | /// The proto writer. /// | |
return | void |