Skip navigation links
C D E G H I M P R S T U 

C

compareTo(Object) - Method in class de.ailis.pherialize.Mixed
 
contains(Object) - Method in class de.ailis.pherialize.MixedArray
Checks if value exists in array.
containsKey(Object) - Method in class de.ailis.pherialize.MixedArray
 
containsValue(Object) - Method in class de.ailis.pherialize.MixedArray
 

D

de.ailis.pherialize - package de.ailis.pherialize
 
de.ailis.pherialize.exceptions - package de.ailis.pherialize.exceptions
 

E

equals(Object) - Method in class de.ailis.pherialize.Mixed
 

G

get(Object) - Method in class de.ailis.pherialize.MixedArray
 
get(int) - Method in class de.ailis.pherialize.MixedArray
Returns value with specified index.
getArray(Object) - Method in class de.ailis.pherialize.MixedArray
Returns value for specified key as list.
getArray(int) - Method in class de.ailis.pherialize.MixedArray
Returns value as array.
getBoolean(Object) - Method in class de.ailis.pherialize.MixedArray
Returns value for specified key as boolean.
getBoolean(int) - Method in class de.ailis.pherialize.MixedArray
Returns value as boolean.
getBooolean(Object) - Method in class de.ailis.pherialize.MixedArray
Returns value for specified key as boolean.
getBooolean(int) - Method in class de.ailis.pherialize.MixedArray
Returns value as boolean.
getByte(Object) - Method in class de.ailis.pherialize.MixedArray
Returns value for specified key as byte.
getByte(int) - Method in class de.ailis.pherialize.MixedArray
Returns value as byte.
getChar(Object) - Method in class de.ailis.pherialize.MixedArray
Returns value for specified key as char.
getChar(int) - Method in class de.ailis.pherialize.MixedArray
Returns value as char.
getDouble(Object) - Method in class de.ailis.pherialize.MixedArray
Returns value for specified key as double.
getDouble(int) - Method in class de.ailis.pherialize.MixedArray
Returns value as double.
getFloat(Object) - Method in class de.ailis.pherialize.MixedArray
Returns value for specified key as float.
getFloat(int) - Method in class de.ailis.pherialize.MixedArray
Returns value as float.
getInt(Object) - Method in class de.ailis.pherialize.MixedArray
Returns value for specified key as int.
getInt(int) - Method in class de.ailis.pherialize.MixedArray
Returns value as int.
getLong(Object) - Method in class de.ailis.pherialize.MixedArray
Returns value for specified key as long.
getLong(int) - Method in class de.ailis.pherialize.MixedArray
Returns value as long.
getMixed(Object) - Method in class de.ailis.pherialize.MixedArray
Returns value for specified key as mixed value.
getMixed(int) - Method in class de.ailis.pherialize.MixedArray
Returns value as mixed value.
getShort(Object) - Method in class de.ailis.pherialize.MixedArray
Returns value for specified key as short.
getShort(int) - Method in class de.ailis.pherialize.MixedArray
Returns value as short.
getString(Object) - Method in class de.ailis.pherialize.MixedArray
Returns value for specified key as string.
getString(int) - Method in class de.ailis.pherialize.MixedArray
Returns value as string.
getType() - Method in class de.ailis.pherialize.Mixed
Returns the data type (One of the TYPE_* constants)
getType(Object, int) - Method in class de.ailis.pherialize.MixedArray
Returns value for specified key as custom type
getType(int, int) - Method in class de.ailis.pherialize.MixedArray
Returns value as custom type
getTypeOf(Object) - Static method in class de.ailis.pherialize.Mixed
Returns the type of the specified object
getValue() - Method in class de.ailis.pherialize.Mixed
Returns the raw value.

H

hashCode() - Method in class de.ailis.pherialize.Mixed
 

I

isArray() - Method in class de.ailis.pherialize.Mixed
Checks if type is an array.
isBoolean() - Method in class de.ailis.pherialize.Mixed
Checks if type is a boolean.
isByte() - Method in class de.ailis.pherialize.Mixed
Checks if type is a byte.
isChar() - Method in class de.ailis.pherialize.Mixed
Checks if type is a char.
isDouble() - Method in class de.ailis.pherialize.Mixed
Checks if type is a double.
isFloat() - Method in class de.ailis.pherialize.Mixed
Checks if type is a float.
isInt() - Method in class de.ailis.pherialize.Mixed
Checks if type is a int.
isLong() - Method in class de.ailis.pherialize.Mixed
Checks if type is a long.
isNumber() - Method in class de.ailis.pherialize.Mixed
Checks if type is a number (Float, Double, Byte, Short, Int or Long).
isShort() - Method in class de.ailis.pherialize.Mixed
Checks if type is a short.
isString() - Method in class de.ailis.pherialize.Mixed
Checks if type is a string.

M

Mixed - Class in de.ailis.pherialize
A mixed data type.
Mixed(Object) - Constructor for class de.ailis.pherialize.Mixed
Constructor
Mixed(char) - Constructor for class de.ailis.pherialize.Mixed
Constructor
Mixed(byte) - Constructor for class de.ailis.pherialize.Mixed
Constructor
Mixed(short) - Constructor for class de.ailis.pherialize.Mixed
Constructor
Mixed(int) - Constructor for class de.ailis.pherialize.Mixed
Constructor
Mixed(long) - Constructor for class de.ailis.pherialize.Mixed
Constructor
Mixed(float) - Constructor for class de.ailis.pherialize.Mixed
Constructor
Mixed(double) - Constructor for class de.ailis.pherialize.Mixed
Constructor
Mixed(boolean) - Constructor for class de.ailis.pherialize.Mixed
Constructor
MixedArray - Class in de.ailis.pherialize
A Map/List implementation with Mixed keys and values.
MixedArray(int, float) - Constructor for class de.ailis.pherialize.MixedArray
Constructor
MixedArray(int) - Constructor for class de.ailis.pherialize.MixedArray
Constructor
MixedArray() - Constructor for class de.ailis.pherialize.MixedArray
Constructor
MixedArray(Map<?, ?>) - Constructor for class de.ailis.pherialize.MixedArray
Constructor
MixedArray(Collection<?>) - Constructor for class de.ailis.pherialize.MixedArray
Constructor

P

Pherialize - Class in de.ailis.pherialize
The main interface to Pherialize.
PherializeException - Exception in de.ailis.pherialize.exceptions
Base exception for Pherialize problems.
PherializeException() - Constructor for exception de.ailis.pherialize.exceptions.PherializeException
Constructor
PherializeException(String) - Constructor for exception de.ailis.pherialize.exceptions.PherializeException
Constructor
PherializeException(String, Throwable) - Constructor for exception de.ailis.pherialize.exceptions.PherializeException
Constructor
PherializeException(Throwable) - Constructor for exception de.ailis.pherialize.exceptions.PherializeException
Constructor
position - Variable in exception de.ailis.pherialize.exceptions.UnserializeException
Index of character in input string when processing the error occurred.
put(Object, Object) - Method in class de.ailis.pherialize.MixedArray
 

R

remove(Object) - Method in class de.ailis.pherialize.MixedArray
 

S

serialize(Object, Charset) - Static method in class de.ailis.pherialize.Pherialize
Returns the serialized representation of the specified object.
serialize(Object) - Static method in class de.ailis.pherialize.Pherialize
Returns the serialized representation of the specified object.
serialize(Object) - Method in class de.ailis.pherialize.Serializer
Serializes the specified object.
SerializeException - Exception in de.ailis.pherialize.exceptions
Exception thrown when someting goes wrong while serializing.
SerializeException() - Constructor for exception de.ailis.pherialize.exceptions.SerializeException
Constructor
SerializeException(String) - Constructor for exception de.ailis.pherialize.exceptions.SerializeException
Constructor
SerializeException(String, Throwable) - Constructor for exception de.ailis.pherialize.exceptions.SerializeException
Constructor
SerializeException(Throwable) - Constructor for exception de.ailis.pherialize.exceptions.SerializeException
Constructor
Serializer - Class in de.ailis.pherialize
Serializes Java objects in a PHP serializer format string.
Serializer() - Constructor for class de.ailis.pherialize.Serializer
Constructor
Serializer(Charset) - Constructor for class de.ailis.pherialize.Serializer
Constructor

T

toArray() - Method in class de.ailis.pherialize.Mixed
Returns the value as an array.
toBoolean() - Method in class de.ailis.pherialize.Mixed
Returns mixed value as a boolean.
toByte() - Method in class de.ailis.pherialize.Mixed
Returns mixed value as a byte.
toChar() - Method in class de.ailis.pherialize.Mixed
Returns mixed value as a char.
toDouble() - Method in class de.ailis.pherialize.Mixed
Returns mixed value as a double.
toFloat() - Method in class de.ailis.pherialize.Mixed
Returns mixed value as a float.
toInt() - Method in class de.ailis.pherialize.Mixed
Returns mixed value as an int.
toLong() - Method in class de.ailis.pherialize.Mixed
Returns mixed value as a long.
toShort() - Method in class de.ailis.pherialize.Mixed
Returns mixed value as a short.
toString() - Method in class de.ailis.pherialize.Mixed
 
toType(int) - Method in class de.ailis.pherialize.Mixed
Returns the value converted to the specified type.
TYPE_ARRAY - Static variable in class de.ailis.pherialize.Mixed
Constant for type "array"
TYPE_BOOLEAN - Static variable in class de.ailis.pherialize.Mixed
Constant for type "byte"
TYPE_BYTE - Static variable in class de.ailis.pherialize.Mixed
Constant for type "byte"
TYPE_CHAR - Static variable in class de.ailis.pherialize.Mixed
Constant for type "character"
TYPE_DOUBLE - Static variable in class de.ailis.pherialize.Mixed
Constant for type "byte"
TYPE_FLOAT - Static variable in class de.ailis.pherialize.Mixed
Constant for type "byte"
TYPE_INT - Static variable in class de.ailis.pherialize.Mixed
Constant for type "byte"
TYPE_LONG - Static variable in class de.ailis.pherialize.Mixed
Constant for type "byte"
TYPE_SHORT - Static variable in class de.ailis.pherialize.Mixed
Constant for type "byte"
TYPE_STRING - Static variable in class de.ailis.pherialize.Mixed
Constant for type "string"
TYPE_UNKNOWN - Static variable in class de.ailis.pherialize.Mixed
Constant for unknown type

U

unserialize(String, Charset) - Static method in class de.ailis.pherialize.Pherialize
Returns the unserialized object of the specified PHP serialize format string.
unserialize(String) - Static method in class de.ailis.pherialize.Pherialize
Returns the unserialized object of the specified PHP serialize format string.
UnserializeException - Exception in de.ailis.pherialize.exceptions
Exception thrown when someting goes wrong while unserializing.
UnserializeException(int) - Constructor for exception de.ailis.pherialize.exceptions.UnserializeException
Constructor
UnserializeException(String, int) - Constructor for exception de.ailis.pherialize.exceptions.UnserializeException
Constructor
UnserializeException(String, Throwable, int) - Constructor for exception de.ailis.pherialize.exceptions.UnserializeException
Constructor
UnserializeException(Throwable, int) - Constructor for exception de.ailis.pherialize.exceptions.UnserializeException
Constructor
unserializeObject() - Method in class de.ailis.pherialize.Unserializer
Unserializes the next object in the data stream.
Unserializer - Class in de.ailis.pherialize
Unserializes a PHP serialize format string into a Java object.
Unserializer(String) - Constructor for class de.ailis.pherialize.Unserializer
Constructor
Unserializer(String, Charset) - Constructor for class de.ailis.pherialize.Unserializer
Constructor
C D E G H I M P R S T U 
Skip navigation links

Copyright © 2006–2017. All rights reserved.