JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.red5.annotations
Annotation Interface DontSerialize
@Target
({
FIELD
,
METHOD
})
@Retention
(
RUNTIME
)
public @interface
DontSerialize
Annotation for fields that should not be serialized when sending objects to a client.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de)