Package 

Interface KotlinxSerializer

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

    
    public interface KotlinxSerializer
     implements DataSerializer, DelegateSerializer
                        

    由Kotlinx Serialization委托实现的数据的序列化器。

    • Method Summary

      Modifier and Type Method Description
      abstract <T extends Any> String serialize(T target, Class<T> type) 序列化指定对象。
      abstract <T extends Any> String serialize(T target, Type type) 序列化指定对象。
      abstract DataFormat getDataFormat() 对应的数据类型。
      • Methods inherited from class icu.windea.breezeframework.serialization.serializer.KotlinxSerializer

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

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