public class BundleFormatter extends java.lang.Object implements ObjectFormatter<android.os.Bundle>
| Constructor and Description |
|---|
BundleFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(android.os.Bundle data)
Format an Bundle object to a string.
|