Skip to content

how to use it #10

Open
Open
@encrylife

Description

@encrylife

I has update the WebApiConfig.cs ,add the config.Formatters.Add(new ProtoBufFormatter()) but the client received content is null. In the controller it like this
` public Order Get(String id)
{
var itemList = new List();
var item = new Order();
item.MemberName = "wewewe";
item.OrderId = 987456321;

        return item;
    }`

How to use it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions