Modifier and Type | Class and Description |
---|---|
class |
AbstractIoRegistry
Base implementation of the
IoRegistry interface that provides implementation of the methods using a
a HashMap . |
Modifier and Type | Method and Description |
---|---|
B |
Mapper.Builder.addRegistry(IoRegistry registry)
Adds a vendor supplied
IoRegistry to the Mapper.Builder which enables it to check for
vendor custom serializers to add to the Mapper . |
Io.Builder<? extends Io> |
Io.Builder.registry(IoRegistry registry)
Vendors use this method to supply an
IoRegistry to the Io implementation. |
Modifier and Type | Method and Description |
---|---|
GraphMLMapper.Builder |
GraphMLMapper.Builder.addRegistry(IoRegistry registry) |
Io.Builder<GraphMLIo> |
GraphMLIo.Builder.registry(IoRegistry registry) |
Modifier and Type | Method and Description |
---|---|
GraphSONMapper.Builder |
GraphSONMapper.Builder.addRegistry(IoRegistry registry)
Adds a vendor supplied
IoRegistry to the Mapper.Builder which enables it to check for
vendor custom serializers to add to the Mapper . |
Io.Builder<GraphSONIo> |
GraphSONIo.Builder.registry(IoRegistry registry) |
Modifier and Type | Method and Description |
---|---|
GryoMapper.Builder |
GryoMapper.Builder.addRegistry(IoRegistry registry)
Adds a vendor supplied
IoRegistry to the Mapper.Builder which enables it to check for
vendor custom serializers to add to the Mapper . |
Io.Builder<GryoIo> |
GryoIo.Builder.registry(IoRegistry registry) |
Constructor and Description |
---|
GryoPool(int poolSize,
GryoPool.Type type,
List<IoRegistry> registries)
Create a pool of a readers, writers or both of the specified size with an optional
IoRegistry object
which would allow custom serializers to be registered to the pool. |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.