Package 

Object MapLikeSerializer.Default

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

    
    public class MapLikeSerializer.Default
     implements MapLikeSerializer
                        

    默认的类映射对象的序列化器。

    • Method Summary

      Modifier and Type Method Description
      <T extends Any> Map<String, Object> serialize(T target) 序列化指定对象为映射。
      <T extends Any> T deserialize(Map<String, Object> value, Class<T> type) 反序列化指定映射为对象。
      <T extends Any> T deserialize(Map<String, Object> value, Type type) 反序列化指定映射为对象。
      • Methods inherited from class java.lang.Object

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