Package 

Class JacksonXmlSerializer

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

    
    public final class JacksonXmlSerializer
     implements XmlSerializer, JacksonSerializer
                        

    由Jackson委托实现的Xml数据的序列化器。

    • Method Summary

      Modifier and Type Method Description
      final XmlMapper getMapper()
      DataFormat getDataFormat()
      <T extends Any> String serialize(T target) 序列化指定对象。
      <T extends Any> T deserialize(String value, Class<T> type) 反序列化指定的文本。
      <T extends Any> T deserialize(String value, Type type) 反序列化指定的文本。
      • Methods inherited from class java.lang.Object

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