Joe T
Joe T

Reputation: 141

Can I use a precompiled serialization DLL with protobuf-net.Enyim NetTranscoder

protobuf-net v2.0.0.602
protobuf-net.Enyim v1.0

I have a type model created via RuntimeTypeModel.Create() .Add() .AddSubType() and .SetSurrogate().

I use a console program to .Compile() and create a serialization.dll used in my solution.

I also use Cocuhbase/Memcached via Enyim.

I would like to use my serialization.dll with the NetTranscoder provided with the protobuf-net.Enyim library.

Is that possible?

Upvotes: 0

Views: 159

Answers (0)

Related Questions