-
- All Implemented Interfaces:
-
icu.windea.breezeframework.serialization.serializer.DataSerializer,icu.windea.breezeframework.serialization.serializer.Serializer,icu.windea.breezeframework.serialization.serializer.YamlSerializer
public class YamlSerializer.Companion implements YamlSerializer
默认的Yaml的序列化器。
可以由第三方库委托实现,基于classpath进行推断,或者使用由Breeze Framework实现的序列化器。
-
-
Field Summary
Fields Modifier and Type Field Description private final DataFormatdataFormatpublic final static YamlSerializer.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description DataFormatgetDataFormat()-
Methods inherited from class icu.windea.breezeframework.serialization.serializer.YamlSerializer.Companion
deserializeAll, serializeAll -
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
-
-
Method Detail
-
getDataFormat
DataFormat getDataFormat()
-
-
-
-