소스 검색

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


불러오는 중...
취소
저장