public final class TinkerIoRegistryV2d0 extends AbstractIoRegistry
IoRegistry interface that provides serializers with custom configurations for
 implementation specific classes that might need to be serialized.  This registry allows a TinkerGraph to
 be serialized directly which is useful for moving small graphs around on the network.
 
 Most providers need not implement this kind of custom serializer as they will deal with much larger graphs that
 wouldn't be practical to serialize in this fashion.  This is a bit of a special case for TinkerGraph given its
 in-memory status.  Typical implementations would create serializers for a complex vertex identifier or a
 custom data class like a "geographic point".| Modifier and Type | Method and Description | 
|---|---|
| static TinkerIoRegistryV2d0 | getInstance()Deprecated. 
 As of release 3.2.4, replaced by  instance(). | 
| static TinkerIoRegistryV2d0 | instance() | 
find, find, register@Deprecated public static TinkerIoRegistryV2d0 getInstance()
instance().public static TinkerIoRegistryV2d0 instance()
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.