Annotation Interface Serialize


@Target(PARAMETER) @Retention(RUNTIME) public @interface Serialize
Designates a method parameters to be serialized for remote invocation.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the parameter.
  • Element Details

    • value

      String value
      The name of the parameter. If left a blank string, then the name will be inferred by the
      Returns:
      the name of the parameter
      Default:
      ""