List of usage examples for javax.websocket Decoder.TextStream interface-usage
From source file org.chtijbug.drools.platform.entity.coder.JSONCoder.java
public abstract class JSONCoder<T> implements Encoder.TextStream<T>, Decoder.TextStream<T> { private Class<T> _type; // When configured my read in that ObjectMapper is not thread safe //