Uses of Interface
com.yahoo.vespa.objects.Deserializer
Packages that use Deserializer
-
Uses of Deserializer in com.yahoo.vespa.objects
Classes in com.yahoo.vespa.objects that implement DeserializerMethods in com.yahoo.vespa.objects that return DeserializerModifier and TypeMethodDescriptionfinal DeserializerIdentifiable.deserialize(Deserializer buf) Deserializes the content (excluding the identifier) of this class from the given byte buffer.final DeserializerIdentifiable.deserializeWithId(Deserializer buf) Deserializes the content of this class from the given byte buffer.Methods in com.yahoo.vespa.objects with parameters of type DeserializerModifier and TypeMethodDescriptionstatic IdentifiableIdentifiable.create(Deserializer buf) Deserializes a singleIdentifiableobject from the given byte buffer.final DeserializerIdentifiable.deserialize(Deserializer buf) Deserializes the content (excluding the identifier) of this class from the given byte buffer.protected static IdentifiableIdentifiable.deserializeOptional(Deserializer buf) This is a convenience method to allow deserialization of an optional field.final DeserializerIdentifiable.deserializeWithId(Deserializer buf) Deserializes the content of this class from the given byte buffer.protected static byte[]Identifiable.getRawUtf8Bytes(Deserializer buf) protected StringIdentifiable.getUtf8(Deserializer buf) protected voidIdentifiable.onDeserialize(Deserializer buf) Deserializes the content of this class from the given byte buffer.