Interface JsonLfEncoder
- 
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
 @FunctionalInterface public interface JsonLfEncoder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidencode(JsonLfWriter w)default java.lang.StringintoString()
 
- 
- 
- 
Method Detail- 
encodevoid encode(JsonLfWriter w) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
intoStringdefault java.lang.String intoString() 
 
- 
 
-