public class StringSerialization extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StringSerialization.Deserializer |
Constructor and Description |
---|
StringSerialization() |
Modifier and Type | Method and Description |
---|---|
static StringSerialization.Deserializer |
deserialize(String what) |
static String |
serialize(Object... toSerialize)
Serialize given objects as strings separated by
SEPARATOR according to the #WELL_KNOWN_SERIALIZERS . |
public static String serialize(Object... toSerialize)
SEPARATOR
according to the #WELL_KNOWN_SERIALIZERS
.toSerialize
- public static StringSerialization.Deserializer deserialize(String what)
Copyright © 2019 JBoss by Red Hat. All rights reserved.