Uses of Interface
com.yahoo.vespa.objects.Serializer
Packages that use Serializer
-
Uses of Serializer in com.yahoo.vespa.objects
Classes in com.yahoo.vespa.objects that implement SerializerMethods in com.yahoo.vespa.objects that return SerializerModifier and TypeMethodDescriptionBufferSerializer.put(FieldBase field, ByteBuffer value) Serializer.put(FieldBase field, ByteBuffer value) BufferSerializer.putInt1_4Bytes(FieldBase field, int value) BufferSerializer.putInt2_4_8Bytes(FieldBase field, long value) final SerializerIdentifiable.serialize(Serializer buf) Serializes the content (excluding the identifier) of this class into the given byte buffer.protected static SerializerIdentifiable.serializeOptional(Serializer buf, Identifiable obj) This is a convenience method to allow serialization of an optional field.final SerializerIdentifiable.serializeWithId(Serializer buf) Serializes the content of this class into the given byte buffer.Methods in com.yahoo.vespa.objects with parameters of type SerializerModifier and TypeMethodDescriptionprotected voidIdentifiable.onSerialize(Serializer buf) Serializes the content of this class into the given buffer.protected voidIdentifiable.putUtf8(Serializer buf, String val) final SerializerIdentifiable.serialize(Serializer buf) Serializes the content (excluding the identifier) of this class into the given byte buffer.protected static SerializerIdentifiable.serializeOptional(Serializer buf, Identifiable obj) This is a convenience method to allow serialization of an optional field.final SerializerIdentifiable.serializeWithId(Serializer buf) Serializes the content of this class into the given byte buffer.