#if !NO_RUNTIME
namespace ProtoBuf.Serializers
{
interface ISerializerProxy
IProtoSerializer Serializer { get; }
}
#endif