Akka.Interfaced.SlimSocket.ProtoBufMessageSerializer.Deserialize C# (CSharp) Method

Deserialize() public method

public Deserialize ( Stream source, object value, Type type ) : object
source Stream
value object
type System.Type
return object
        public object Deserialize(Stream source, object value, Type type)
        {
            return _model.Deserialize(source, value, type);
        }

Same methods

ProtoBufMessageSerializer::Deserialize ( Stream source, object value, Type type, int length ) : object