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