I see the SetFactory method on Protobuf-net. However, it appears to be available on per type basis. (And MethodInfo or a string? Can I hear it for Func<T>
?)
What I want is the ability to use my IoC container's object resolution and construction abilities for all deserialization. (I'm using Autofac.) Protobuf-net should first attempt to use my IoC on any construction. If that returns null then I want the default behavior. Is there some way to do this currently? Thanks for your time.