mirror of
https://gitee.com/csharpui/CPF.git
synced 2026-04-16 02:28:03 +08:00
7 lines
117 B
C#
7 lines
117 B
C#
namespace CPF.Windows.Json.Serializer
|
|
{
|
|
internal class DefaultJsonFormatter : JsonFormatterBase
|
|
{
|
|
}
|
|
}
|