Annotation Type Deserialize


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Deserialize
    It is used in place of @JsonDeserialize to allow to override the implementation class
    Author:
    Luca Frosini (ISTI - CNR)
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<?> as  
    • Element Detail

      • as

        Class<?> as
        Default:
        java.lang.Void.class