Questo contenuto non è disponibile nella lingua selezionata.
6.3. Using an Advanced Externalizer
Using a customized advanced externalizer helps optimize performance in Red Hat JBoss Data Grid.
- Define and implement the
readObject()andwriteObject()methods. - Link externalizers with marshaller classes.
- Register the advanced externalizer.
6.3.1. Implement the Methods Copia collegamentoCollegamento copiato negli appunti!
Copia collegamentoCollegamento copiato negli appunti!
To use advanced externalizers, define and implement the
readObject() and writeObject() methods. The following is a sample definition:
Note
This method does not require annotated user classes. As a result, this method is valid for classes where the source code is not available or cannot be modified.