public class ThriftOnlySerializerProvider extends BaseSerializerProvider
| Constructor and Description |
|---|
ThriftOnlySerializerProvider()
Get the thrift-only serializer provider.
|
ThriftOnlySerializerProvider(boolean strict)
Get the thrift-only serializer provider.
|
ThriftOnlySerializerProvider(String defaultContentType)
Get the thrift-only serializer provider.
|
ThriftOnlySerializerProvider(String defaultContentType,
boolean strict)
Get the thrift-only serializer provider.
|
public ThriftOnlySerializerProvider()
public ThriftOnlySerializerProvider(boolean strict)
strict - If the serializer should read strictly.public ThriftOnlySerializerProvider(String defaultContentType)
defaultContentType - The default mime-type.public ThriftOnlySerializerProvider(String defaultContentType, boolean strict)
defaultContentType - The default mime-type.strict - If the serializer should read strictly.Copyright © 2015–2017 morimekta.net. All rights reserved.