toReadableString

fun <T : ERROR CLASS: Symbol not found for Message<T, *>> ERROR CLASS: Symbol not found for ProtoAdapter<T>.toReadableString(message: T): String(source)

Convert a proto message to a pretty-printed string representation.

This uses Wire's built-in toString() which provides a human-readable format with field names and values. Useful for debugging and logging.

Example output:

Position{latitude_i=371234567, longitude_i=-1220987654, altitude=15}

Return

String representation of the message

Parameters

message

The message to format