All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pocketknife.PocketKnifeBundleSerializer Maven / Gradle / Ivy

The newest version!
package pocketknife;

import android.os.Bundle;

public interface PocketKnifeBundleSerializer {

    void put(Bundle bundle, T target, String keyPrefix);

    T get(Bundle bundle, T target, String keyPrefix);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy