Class IdentityEncoder

java.lang.Object
org.apache.juneau.encoders.Encoder
org.apache.juneau.encoders.IdentityEncoder

public class IdentityEncoder extends Encoder
Encoder for handling "identity" encoding and decoding.

Identity encoding is just another name for no encoding at all.

Notes:
  • This class is thread safe and reusable.
See Also: