提交修改
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#if FEAT_COMPILER
|
||||
namespace ProtoBuf.Compiler
|
||||
{
|
||||
internal delegate void ProtoSerializer(object value, ProtoWriter dest);
|
||||
internal delegate object ProtoDeserializer(object value, ProtoReader source);
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user