mirror of https://github.com/quasar/Quasar.git
10 lines
149 B
C#
10 lines
149 B
C#
![]() |
#if !NO_RUNTIME
|
|||
|
|
|||
|
namespace ProtoBuf.Serializers
|
|||
|
{
|
|||
|
interface ISerializerProxy
|
|||
|
{
|
|||
|
IProtoSerializer Serializer { get; }
|
|||
|
}
|
|||
|
}
|
|||
|
#endif
|