瀏覽代碼

add deserlizer by type to IContentSerializer

master
Savorboard 7 年之前
父節點
當前提交
0dcae5b32d
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      test/DotNetCore.CAP.Test/CAP.BuilderTest.cs

+ 5
- 0
test/DotNetCore.CAP.Test/CAP.BuilderTest.cs 查看文件

@@ -106,6 +106,11 @@ namespace DotNetCore.CAP.Test
throw new NotImplementedException();
}

public object DeSerialize(string content, Type type)
{
throw new NotImplementedException();
}

public string Serialize<T>(T obj)
{
throw new NotImplementedException();


Loading…
取消
儲存