Class UriSerializer
- java.lang.Object
-
- com.esotericsoftware.kryo.Serializer<URI>
-
- org.onosproject.store.serializers.UriSerializer
-
-
Constructor Summary
Constructors Constructor Description UriSerializer()CreatesURIserializer instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<URI> type)voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, URI object)
-