package caseclass
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- caseclass
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
SerdeLogging extends Logging
"Serde" (technically "SerDe") is a portmanteau of "Serialization and Deserialization"
"Serde" (technically "SerDe") is a portmanteau of "Serialization and Deserialization"
Mix this trait into a case class to get helpful logging methods. This trait adds a
@JsonIgnorePropertiesfor fields which are defined in the com.twitter.util.logging.Logging trait so that they are not included in JSON serde operations.- Annotations
- @JsonIgnoreProperties()
Value Members
- object CaseClassField extends Serializable