public class UBJSONUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean[] |
toBooleanArray(com.devsmart.ubjson.UBValue value) |
static float[] |
toFloatArray(com.devsmart.ubjson.UBValue value) |
static int[] |
toIntArray(com.devsmart.ubjson.UBValue value) |
static String[] |
toStringArray(com.devsmart.ubjson.UBValue value) |
public static boolean[] toBooleanArray(com.devsmart.ubjson.UBValue value)
public static int[] toIntArray(com.devsmart.ubjson.UBValue value)
public static float[] toFloatArray(com.devsmart.ubjson.UBValue value)
public static String[] toStringArray(com.devsmart.ubjson.UBValue value)
Copyright © 2024. All rights reserved.