Package 

Interface YamlSerializer

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

    
    public interface YamlSerializer
     implements DataSerializer
                        

    Yaml数据的序列化器。

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class YamlSerializer.Companion

      默认的Yaml的序列化器。

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

    • Method Summary

      Modifier and Type Method Description
      abstract String serializeAll(List<Object> value) 序列化指定的一组对象。
      abstract List<Object> deserializeAll(String value) 反序列化指定的文本为一组对象。
      DataFormat getDataFormat()
      • Methods inherited from class icu.windea.breezeframework.serialization.serializer.YamlSerializer

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

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