# Annotation: com.pnfsoftware.jeb.util.serialization.annotations.SerTransient

Used to mark a field as explicitly transient \- i.e., a field not annotated with [SerId](SerId). This will prevent the serializer from generating "field Xxx is implicitly transient" warning messages. 

 All instance fields of a serializable type should be marked either [SerId](SerId) or [SerTransient](SerTransient).

