Package 

Object JsonSerializer.Default

  • All Implemented Interfaces:
    icu.windea.breezeframework.serialization.serializer.DataSerializer , icu.windea.breezeframework.serialization.serializer.JsonSerializer , icu.windea.breezeframework.serialization.serializer.Serializer

    
    public class JsonSerializer.Default
     implements JsonSerializer
                        

    默认的Json数据的序列化器。

    可以由第三方库委托实现,基于classpath进行推断,或者使用由Breeze Framework实现的序列化器。

    • Method Summary

      Modifier and Type Method Description
      DataFormat getDataFormat()
      • Methods inherited from class icu.windea.breezeframework.serialization.serializer.JsonSerializer

        deserialize, deserialize, serialize
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait