Class AbstractRoutableFactory

    • Constructor Detail

      • AbstractRoutableFactory

        public AbstractRoutableFactory()
    • Method Detail

      • encodeString

        public static void encodeString​(String str,
                                        com.yahoo.vespa.objects.Serializer out)
        Writes the given string to the given byte buffer in such a way that it can be decoded using decodeString(com.yahoo.vespa.objects.Deserializer).
        Parameters:
        str - The string to encode.
        out - The byte buffer to write to.