♻️ Refactor the embeddable to dictionary

This commit is contained in:
2025-08-06 14:32:18 +08:00
parent 681934a0dc
commit ebbe14f293
2 changed files with 5 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ namespace DysonNetwork.Shared.Proto;
public abstract class GrpcTypeHelper
{
private static readonly JsonSerializerOptions? SerializerOptions = new JsonSerializerOptions()
public static readonly JsonSerializerOptions? SerializerOptions = new JsonSerializerOptions()
{
PropertyNamingPolicy = JsonNamingPolicy.SnakeCaseLower,
DefaultIgnoreCondition = JsonIgnoreCondition.Never,