Explorar el Código

add deserlizer by type to IContentSerializer

master
Savorboard hace 7 años
padre
commit
0dcae5b32d
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      test/DotNetCore.CAP.Test/CAP.BuilderTest.cs

+ 5
- 0
test/DotNetCore.CAP.Test/CAP.BuilderTest.cs Ver fichero

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


Cargando…
Cancelar
Guardar