Package com.google.gson.internal
Class UnsafeAllocator
- java.lang.Object
-
- com.google.gson.internal.UnsafeAllocator
-
public abstract class UnsafeAllocator extends java.lang.ObjectDo sneaky things to allocate objects without invoking their constructors.- Author:
- Joel Leitch, Jesse Wilson
-
-
Field Summary
Fields Modifier and Type Field Description static UnsafeAllocatorINSTANCE
-
Constructor Summary
Constructors Constructor Description UnsafeAllocator()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <T> TnewInstance(java.lang.Class<T> c)
-
-
-
Field Detail
-
INSTANCE
public static final UnsafeAllocator INSTANCE
-
-