7 lines
98 B
C#
7 lines
98 B
C#
namespace Needle.Engine
|
|
{
|
|
public interface ISerializer
|
|
{
|
|
string Serialize(object val);
|
|
}
|
|
} |