ソースを参照

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();


読み込み中…
キャンセル
保存