83848586878889909192
return null; } if ( in.length < length + 4 + start ) { throw new SerializerCreationException( "Cannot extract a String from a buffer with not enough bytes" ); } return Strings.utf8ToString( in, start + 4, length ); }