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

CanSerialize() public method

public CanSerialize ( Type type ) : bool
type System.Type
return bool
        public bool CanSerialize(Type type)
        {
            return _model.CanSerialize(type);
        }