Annotation Type SerializeSeparately


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface SerializeSeparately
    This annotation is needed to mark fields of CacheConfiguration to serialize them separately during sending over network or storing to disk. Such fields are deserialized only during cache start process.