| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractIoRegistryBase implementation of the  IoRegistryinterface that provides implementation of the methods using a
 aHashMap. | 
| Modifier and Type | Method and Description | 
|---|---|
| B | Mapper.Builder. addRegistry(IoRegistry registry)Adds a vendor supplied  IoRegistryto theMapper.Builderwhich enables it to check for
 vendor custom serializers to add to theMapper. | 
| Io.Builder<? extends Io> | Io.Builder. registry(IoRegistry registry)Deprecated. 
 As of release 3.2.2, replaced by  Io.Builder.onMapper(Consumer). | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphMLMapper.Builder | GraphMLMapper.Builder. addRegistry(IoRegistry registry) | 
| Io.Builder<GraphMLIo> | GraphMLIo.Builder. registry(IoRegistry registry)Deprecated. 
 As of release 3.2.2, replaced by  GraphMLIo.Builder.onMapper(Consumer). | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphSONMapper.Builder | GraphSONMapper.Builder. addRegistry(IoRegistry registry)Adds a vendor supplied  IoRegistryto theMapper.Builderwhich enables it to check for
 vendor custom serializers to add to theMapper. | 
| Io.Builder<GraphSONIo> | GraphSONIo.Builder. registry(IoRegistry registry)Deprecated. 
 As of release 3.2.2, replaced by  GraphSONIo.Builder.onMapper(Consumer). | 
| Modifier and Type | Method and Description | 
|---|---|
| GryoMapper.Builder | GryoMapper.Builder. addRegistry(IoRegistry registry)Adds a vendor supplied  IoRegistryto theMapper.Builderwhich enables it to check for
 vendor custom serializers to add to theMapper. | 
| Io.Builder<GryoIo> | GryoIo.Builder. registry(IoRegistry registry)Deprecated. 
 As of release 3.2.2, replaced by  GryoIo.Builder.onMapper(Consumer). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TinkerIoRegistryDeprecated. 
 As of release 3.2.4, replaced by  TinkerIoRegistryV1d0. | 
| class  | TinkerIoRegistryV1d0An implementation of the  IoRegistryinterface that provides serializers with custom configurations for
 implementation specific classes that might need to be serialized. | 
| class  | TinkerIoRegistryV2d0An implementation of the  IoRegistryinterface that provides serializers with custom configurations for
 implementation specific classes that might need to be serialized. | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.